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 955253002: Add metadata to media::VideoFrame and plumb it through IPC/MediaStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommi's nits addressed Created 5 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
« no previous file with comments | « media/cast/sender/video_sender.cc ('k') | media/video/capture/fake_video_capture_device_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 3f95cc8e6ad97812c4f352941fc56d87fc47eb8e..ea044b9ad50506840e60a374d6c68898f9a1058f 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -388,6 +388,8 @@
'base/video_decoder_config.h',
'base/video_frame.cc',
'base/video_frame.h',
+ 'base/video_frame_metadata.cc',
+ 'base/video_frame_metadata.h',
'base/video_frame_pool.cc',
'base/video_frame_pool.h',
'base/video_renderer.cc',
@@ -1889,6 +1891,8 @@
'base/mac/videotoolbox_glue.mm',
'base/video_frame.cc',
'base/video_frame.h',
+ 'base/video_frame_metadata.cc',
+ 'base/video_frame_metadata.h',
],
'link_settings': {
'libraries': [
« no previous file with comments | « media/cast/sender/video_sender.cc ('k') | media/video/capture/fake_video_capture_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698