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

Unified Diff: chromecast/media/media.gyp

Issue 542893003: Add the frame provider base class used in cast media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index f57033b1b467cf86ff21739d9a04c74bd696e255..401d5b5fc041af188a7eda833ccb6d7d5bf50866 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -22,6 +22,8 @@
'cma/base/buffering_state.cc',
'cma/base/buffering_state.h',
'cma/base/cma_logging.h',
+ 'cma/base/coded_frame_provider.cc',
+ 'cma/base/coded_frame_provider.h',
'cma/base/decoder_buffer_adapter.cc',
'cma/base/decoder_buffer_adapter.h',
'cma/base/decoder_buffer_base.cc',
@@ -46,10 +48,24 @@
],
},
{
+ 'target_name': 'cma_filters',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../media/media.gyp:media',
+ 'cma_base',
+ ],
+ 'sources': [
+ 'cma/filters/demuxer_stream_adapter.cc',
+ 'cma/filters/demuxer_stream_adapter.h',
+ ],
+ },
+ {
'target_name': 'cast_media',
'type': 'none',
'dependencies': [
'cma_base',
+ 'cma_filters',
'cma_ipc',
],
},
@@ -69,6 +85,7 @@
'cma/base/balanced_media_task_runner_unittest.cc',
'cma/base/buffering_controller_unittest.cc',
'cma/base/run_all_unittests.cc',
+ 'cma/filters/demuxer_stream_adapter_unittest.cc',
'cma/ipc/media_message_fifo_unittest.cc',
'cma/ipc/media_message_unittest.cc',
],
« no previous file with comments | « chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698