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

Unified Diff: media/filters/video_frame_stream.h

Issue 18580008: Rename VideoDecoder::HasOutputFrameAvailable() to CanReadWithoutStalling(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: name change and drop disabled (invalid) test Created 7 years, 6 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/filters/gpu_video_decoder.cc ('k') | media/filters/video_frame_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_frame_stream.h
diff --git a/media/filters/video_frame_stream.h b/media/filters/video_frame_stream.h
index e560557c81bd290a461544a4876c8c29ccfceeba..c384bca7b8858b77140b61c391a720dbbe75ce48 100644
--- a/media/filters/video_frame_stream.h
+++ b/media/filters/video_frame_stream.h
@@ -68,7 +68,7 @@ class MEDIA_EXPORT VideoFrameStream : public DemuxerStream {
// Returns true if the decoder currently has the ability to decode and return
// a VideoFrame.
- bool HasOutputFrameAvailable() const;
+ bool CanReadWithoutStalling() const;
// DemuxerStream implementation.
virtual void Read(const ReadCB& read_cb) OVERRIDE;
« no previous file with comments | « media/filters/gpu_video_decoder.cc ('k') | media/filters/video_frame_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698