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

Unified Diff: media/base/demuxer.h

Issue 2546263002: media: Continue aborting FFMpegDemuxerStream::Read() calls until Seek(). (Closed)
Patch Set: return Created 4 years 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/filters/ffmpeg_demuxer.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 ae07e60b33ce698965f0d6689d75879c70654088..6fa71a50eb64da1caa666d88d064703d24ae3942 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -89,7 +89,8 @@ class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider {
bool enable_text_tracks) = 0;
// Aborts any pending read operations that the demuxer is involved with; any
- // read aborted will be aborted with a status of kAborted.
+ // read aborted will be aborted with a status of kAborted. Future reads will
+ // also be aborted until Seek() is called.
virtual void AbortPendingReads() = 0;
// Indicates that a new Seek() call is on its way. Implementations may abort
« no previous file with comments | « no previous file | media/filters/ffmpeg_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698