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

Unified Diff: services/media/framework/graph.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
« no previous file with comments | « services/media/framework/BUILD.gn ('k') | services/media/framework/models/active_multistream_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/graph.h
diff --git a/services/media/framework/graph.h b/services/media/framework/graph.h
index f0b6482840efb8eae911b4ae61283649bb8427e8..0d89ebc9efbd517f249dc882e1741ef0f21de28b 100644
--- a/services/media/framework/graph.h
+++ b/services/media/framework/graph.h
@@ -9,6 +9,7 @@
#include "services/media/framework/engine.h"
#include "services/media/framework/refs.h"
+#include "services/media/framework/stages/active_multistream_source_stage.h"
#include "services/media/framework/stages/active_sink_stage.h"
#include "services/media/framework/stages/active_source_stage.h"
#include "services/media/framework/stages/multistream_source_stage.h"
@@ -40,6 +41,7 @@ DEFINE_STAGE_CREATOR(MultistreamSource, MultistreamSourceStage);
DEFINE_STAGE_CREATOR(Transform, TransformStage);
DEFINE_STAGE_CREATOR(ActiveSource, ActiveSourceStage);
DEFINE_STAGE_CREATOR(ActiveSink, ActiveSinkStage);
+DEFINE_STAGE_CREATOR(ActiveMultistreamSource, ActiveMultistreamSourceStage);
#undef DEFINE_STAGE_CREATOR
« no previous file with comments | « services/media/framework/BUILD.gn ('k') | services/media/framework/models/active_multistream_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698