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

Unified Diff: media/filters/chunk_demuxer.cc

Issue 23702007: Render inband text tracks in the media pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 4 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/filters/chunk_demuxer.cc
diff --git a/media/filters/chunk_demuxer.cc b/media/filters/chunk_demuxer.cc
index 6f45a1f9dd8be6d8134366c854b3ae9205fb2f9c..dc7982625be19a38aa045e5ca717bfd02940f022 100644
--- a/media/filters/chunk_demuxer.cc
+++ b/media/filters/chunk_demuxer.cc
@@ -1343,6 +1343,7 @@ ChunkDemuxer::CreateDemuxerStream(DemuxerStream::Type type) {
return video_.get();
break;
case DemuxerStream::UNKNOWN:
+ case DemuxerStream::TEXT:
acolwell GONE FROM CHROMIUM 2013/09/12 00:15:15 ChunkDemuxer should be updated to expose text trac
Matthew Heaney (Chromium) 2013/09/13 19:51:54 OK, I can take care of that once the DemuxerHost c
case DemuxerStream::NUM_TYPES:
NOTREACHED();
return NULL;

Powered by Google App Engine
This is Rietveld 408576698