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

Unified Diff: media/media.gyp

Issue 16320005: Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clarify the lifetime of EVS clients and the RTC encoding capturer factory. Created 7 years, 6 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 7f25f095c15d186a11a896dd7c0653330d3b9600..229164c8c2048bd9c32daa85af9f015414d944ae 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -254,6 +254,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.cc',
@@ -402,10 +404,12 @@
'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',
'video/video_decode_accelerator.h',
+ 'video/video_encode_types.h',
'webm/webm_audio_client.cc',
'webm/webm_audio_client.h',
'webm/webm_cluster_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698