Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(868)

Unified Diff: services/media/framework/models/multistream_source.h

Issue 1833323002: Motown: Add ActiveMultistreamSource model in preparation for the ffmpeg demux with async I/O (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/media/framework/models/multistream_source.h
diff --git a/services/media/framework/models/multistream_source.h b/services/media/framework/models/multistream_source.h
index 078235319582a9aa0ee34b3196460af594e61e3b..9c7080871e13b4dafefb2c7174a58a201e3ad4d4 100644
--- a/services/media/framework/models/multistream_source.h
+++ b/services/media/framework/models/multistream_source.h
@@ -11,8 +11,7 @@
namespace mojo {
namespace media {
-// Synchronous source of packets for multiple streams. This is currently used
-// by Demux, though it would be better if Demux were asynchronous.
+// Synchronous source of packets for multiple streams.
class MultistreamSource : public Part {
public:
~MultistreamSource() override {}

Powered by Google App Engine
This is Rietveld 408576698