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

Unified Diff: media/base/media_track.cc

Issue 1861963008: Use StreamParser::TrackId instead of string for MediaTrack::byteStreamTrackId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/base/media_track.h ('k') | media/base/media_tracks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_track.cc
diff --git a/media/base/media_track.cc b/media/base/media_track.cc
index ad5178f2b029a9d5b4e2967695f09fb0f36b761e..1f3135f2c9f211b903c67e5377fdbf488d7b46e4 100644
--- a/media/base/media_track.cc
+++ b/media/base/media_track.cc
@@ -7,7 +7,7 @@
namespace media {
MediaTrack::MediaTrack(Type type,
- const std::string& id,
+ StreamParser::TrackId id,
chcunningham 2016/06/03 18:23:15 reminder: rename to byteStreamTrackId
servolk 2016/06/09 00:12:42 Done.
const std::string& kind,
const std::string& label,
const std::string& lang)
« no previous file with comments | « media/base/media_track.h ('k') | media/base/media_tracks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698