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/filters/gpu_video_decoder.h

Issue 13585003: GpuVideoDecoder not to use DemuxerStream after it's stopped. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: media/filters/gpu_video_decoder.h
diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
index a0afd02f9be02b36240f44e1799315d82043e4b6..2a18c5d40fc7e3c2a044e532146d7218ce893451 100644
--- a/media/filters/gpu_video_decoder.h
+++ b/media/filters/gpu_video_decoder.h
@@ -112,6 +112,8 @@ class MEDIA_EXPORT GpuVideoDecoder
kDecoderDrained,
};
+ void ReadFromDemuxerStream();
+
// If no demuxer read is in flight and no bitstream buffers are in the
// decoder, kick some off demuxing/decoding.
void EnsureDemuxOrDecode();

Powered by Google App Engine
This is Rietveld 408576698