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

Unified Diff: media/media.gyp

Issue 1735803002: Implemented passing media track info from ffmpeg into blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wolenetz@ CR feedback + better track info extraction in ffmpeg Created 4 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/formats/webm/webm_stream_parser.cc ('k') | media/test/pipeline_integration_test.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 7204a75a91a49a394bc6fe49b1ca6815e0624d57..73418b82247ba011acf0fd44e3cd628931829018 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -354,6 +354,10 @@
'base/media_resources.h',
'base/media_switches.cc',
'base/media_switches.h',
+ 'base/media_track.cc',
+ 'base/media_track.h',
+ 'base/media_tracks.cc',
+ 'base/media_tracks.h',
'base/media_util.cc',
'base/media_util.h',
'base/mime_util.cc',
« no previous file with comments | « media/formats/webm/webm_stream_parser.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698