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

Unified Diff: media/filters/dummy_demuxer.cc

Issue 10704142: Merge 143765 - Ensure media's buffered ranges always have a range that includes currentTime. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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/filters/dummy_demuxer.h ('k') | media/filters/ffmpeg_demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/dummy_demuxer.cc
===================================================================
--- media/filters/dummy_demuxer.cc (revision 145962)
+++ media/filters/dummy_demuxer.cc (working copy)
@@ -32,6 +32,10 @@
void DummyDemuxerStream::EnableBitstreamConverter() {}
+Ranges<base::TimeDelta> DummyDemuxerStream::GetBufferedRanges() {
+ return Ranges<base::TimeDelta>();
+}
+
DummyDemuxer::DummyDemuxer(bool has_video, bool has_audio)
: has_video_(has_video),
has_audio_(has_audio) {
« no previous file with comments | « media/filters/dummy_demuxer.h ('k') | media/filters/ffmpeg_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698