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

Unified Diff: media/media.gyp

Issue 12379011: Interfaces for encoded video sources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed Client to be accessed through WeakPtr Created 7 years, 10 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 841ccd93c7e0624dd22f77a79b3d0ee06e7d4767..9b52120ac507d0665b83602d42f886368841b6c0 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -234,6 +234,8 @@
'base/demuxer_stream.h',
'base/djb2.cc',
'base/djb2.h',
+ 'base/encoded_bitstream_buffer.cc',
+ 'base/encoded_bitstream_buffer.h',
'base/filter_collection.cc',
'base/filter_collection.h',
'base/media.h',
@@ -396,6 +398,7 @@
'video/capture/win/video_capture_device_mf_win.h',
'video/capture/win/video_capture_device_win.cc',
'video/capture/win/video_capture_device_win.h',
+ 'video/encoded_video_source.h',
'video/picture.cc',
'video/picture.h',
'video/video_decode_accelerator.cc',
@@ -879,6 +882,7 @@
'base/decoder_buffer_queue_unittest.cc',
'base/decoder_buffer_unittest.cc',
'base/djb2_unittest.cc',
+ 'base/encoded_bitstream_buffer_unittest.cc',
'base/gmock_callback_support_unittest.cc',
'base/multi_channel_resampler_unittest.cc',
'base/pipeline_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698