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

Unified Diff: third_party/WebKit/public/platform/WebSourceBufferClient.h

Issue 2050043002: Generate and assign media track ids in demuxers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-streamparser-trackid
Patch Set: rebase to ToT Created 4 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
« no previous file with comments | « third_party/WebKit/public/platform/WebMediaPlayer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebSourceBufferClient.h
diff --git a/third_party/WebKit/public/platform/WebSourceBufferClient.h b/third_party/WebKit/public/platform/WebSourceBufferClient.h
index 2b5066971832808aaa18fd28e05869053f472d1e..63b4adf9a31d7e10494f5fa984c8c3305c7a08f8 100644
--- a/third_party/WebKit/public/platform/WebSourceBufferClient.h
+++ b/third_party/WebKit/public/platform/WebSourceBufferClient.h
@@ -15,10 +15,10 @@ class WebSourceBufferClient {
public:
virtual ~WebSourceBufferClient() { }
- // Complete media track info: track type, bytestream id, kind, label, language.
+ // Complete media track info: track type, unique track id, kind, label, language.
struct MediaTrackInfo {
WebMediaPlayer::TrackType trackType;
- WebString byteStreamTrackId;
+ WebMediaPlayer::TrackId id;
WebString kind;
WebString label;
WebString language;
« no previous file with comments | « third_party/WebKit/public/platform/WebMediaPlayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698