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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 1735763002: Pass ffmpeg media track info to HTMLMediaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@demuxer-tracks
Patch Set: rebase 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 | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | media/blink/webmediaplayer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index c5c33678345b24e85da4f317cf9270a4d794a354..5dbbe6b028c4374eddb291a0c96a38c0f19ec7e0 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -460,6 +460,9 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
// This will be null everywhere but Android.
SurfaceManager* surface_manager_;
+ std::vector<blink::WebMediaPlayer::TrackId> blink_audio_tracks_;
wolenetz 2016/03/11 23:19:54 nit: do we really need the "blink_" prefix on thes
servolk 2016/03/18 18:36:42 The main reason I wanted to include 'blink_' in he
wolenetz 2016/03/23 22:53:03 Acknowledged.
+ std::vector<blink::WebMediaPlayer::TrackId> blink_video_tracks_;
+
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl);
};
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | media/blink/webmediaplayer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698