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

Unified Diff: media/base/demuxer_stream.h

Issue 10829108: Cap sourceBuffered() on duration and truncate duration on EoS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase ToT 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 | « no previous file | media/base/ranges.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer_stream.h
diff --git a/media/base/demuxer_stream.h b/media/base/demuxer_stream.h
index 65457c3f0b84170c0cd7b3bd9456c78f517814de..30ef1ec7e6cbda97fe2417b6de538501b21f5ec3 100644
--- a/media/base/demuxer_stream.h
+++ b/media/base/demuxer_stream.h
@@ -64,9 +64,6 @@ class MEDIA_EXPORT DemuxerStream
// if type() != VIDEO.
virtual const VideoDecoderConfig& video_decoder_config() = 0;
- // Returns time ranges known to have been seen by this stream.
- virtual Ranges<base::TimeDelta> GetBufferedRanges() = 0;
-
// Returns the type of stream.
virtual Type type() = 0;
« no previous file with comments | « no previous file | media/base/ranges.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698