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

Unified Diff: media/base/media_track.h

Issue 2226443002: Support multiple media tracks in MSE / ChunkDemuxer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 3 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
Index: media/base/media_track.h
diff --git a/media/base/media_track.h b/media/base/media_track.h
index 1b97622d966aa41e06dda4cae298823b55198b50..3382455af096846e511f177f02adfd434fafbc97 100644
--- a/media/base/media_track.h
+++ b/media/base/media_track.h
@@ -60,6 +60,9 @@ class MEDIA_EXPORT MediaTrack {
std::string language_;
};
+// Helper for logging.
+const char* TrackTypeToStr(MediaTrack::Type type);
wolenetz 2016/09/14 23:31:21 nit: MEDIA_EXPORT for usage in component build + p
servolk 2016/09/15 00:18:32 Done.
+
} // namespace media
#endif // MEDIA_BASE_MEDIA_TRACK_H_

Powered by Google App Engine
This is Rietveld 408576698