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

Unified Diff: trunk/src/media/filters/ffmpeg_demuxer.h

Issue 421843004: Revert 285479 "Make DataSource::Stop() synchronous." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
Index: trunk/src/media/filters/ffmpeg_demuxer.h
===================================================================
--- trunk/src/media/filters/ffmpeg_demuxer.h (revision 285857)
+++ trunk/src/media/filters/ffmpeg_demuxer.h (working copy)
@@ -197,6 +197,9 @@
void ReadFrameIfNeeded();
void OnReadFrameDone(ScopedAVPacket packet, int result);
+ // DataSource callbacks during stopping.
+ void OnDataSourceStopped(const base::Closure& callback);
+
// Returns true iff any stream has additional capacity. Note that streams can
// go over capacity depending on how the file is muxed.
bool StreamsHaveAvailableCapacity();
« no previous file with comments | « trunk/src/media/filters/blocking_url_protocol_unittest.cc ('k') | trunk/src/media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698