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

Unified Diff: media/base/demuxer.h

Issue 10451049: Track buffered byte ranges correctly in media::Pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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/data_source.h ('k') | media/base/mock_data_source_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 49aa2381a6eec8207cfceebdeb12c3b1c272a2aa..48d0e6a2b31e6c3b9b395aa920ca9f1f98f8f64b 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -22,9 +22,6 @@ class MEDIA_EXPORT DemuxerHost : public DataSourceHost {
// Duration may be kInfiniteDuration() if the duration is not known.
virtual void SetDuration(base::TimeDelta duration) = 0;
- // Sets the byte offset at which the client is requesting the video.
- virtual void SetCurrentReadPosition(int64 offset) = 0;
-
// Stops execution of the pipeline due to a fatal error. Do not call this
// method with PIPELINE_OK.
virtual void OnDemuxerError(PipelineStatus error) = 0;
« no previous file with comments | « media/base/data_source.h ('k') | media/base/mock_data_source_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698