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

Unified Diff: services/media/framework/BUILD.gn

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 | « examples/media_test/media_test_app.cc ('k') | services/media/framework/graph.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/BUILD.gn
diff --git a/services/media/framework/BUILD.gn b/services/media/framework/BUILD.gn
index 7747bc0c6cc67093a018c0affdb1a88293e62db1..81c4882e0a1f6cac0b384f50d39c0a3b10099961 100644
--- a/services/media/framework/BUILD.gn
+++ b/services/media/framework/BUILD.gn
@@ -20,6 +20,7 @@ source_set("framework") {
"metadata.cc",
"metadata.h",
"models/active_multistream_sink.h",
+ "models/active_multistream_source.h",
"models/active_sink.h",
"models/active_source.h",
"models/demand.h",
@@ -46,6 +47,8 @@ source_set("framework") {
"safe_clone.h",
"stages/active_multistream_sink_stage.cc",
"stages/active_multistream_sink_stage.h",
+ "stages/active_multistream_source_stage.cc",
+ "stages/active_multistream_source_stage.h",
"stages/active_sink_stage.cc",
"stages/active_sink_stage.h",
"stages/active_source_stage.cc",
@@ -60,6 +63,8 @@ source_set("framework") {
"stages/stage.h",
"stages/transform_stage.cc",
"stages/transform_stage.h",
+ "stages/util.cc",
+ "stages/util.h",
"stream_type.cc",
"stream_type.h",
]
« no previous file with comments | « examples/media_test/media_test_app.cc ('k') | services/media/framework/graph.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698