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

Unified Diff: media/filters/gpu_video_decoder.h

Issue 14002006: Clear obsolete comment in GpuVideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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 | « no previous file | media/filters/gpu_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/gpu_video_decoder.h
diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
index b14c4558619ac813b6f932f0ebc6a419c1af9560..c2defb3aa4fd1eff11abf0196751cd7d0bf64e4f 100644
--- a/media/filters/gpu_video_decoder.h
+++ b/media/filters/gpu_video_decoder.h
@@ -105,11 +105,6 @@ class MEDIA_EXPORT GpuVideoDecoder
private:
enum State {
kNormal,
- // Avoid the use of "flush" in these enums because the term is overloaded:
- // Filter::Flush() means drop pending data on the floor, but
- // VideoDecodeAccelerator::Flush() means drain pending data (Filter::Flush()
- // actually corresponds to VideoDecodeAccelerator::Reset(), confusingly
- // enough).
kDrainingDecoder,
kDecoderDrained,
};
@@ -133,7 +128,7 @@ class MEDIA_EXPORT GpuVideoDecoder
void EnqueueFrameAndTriggerFrameDelivery(
const scoped_refptr<VideoFrame>& frame);
- // Indicate the picturebuffer can be reused by the decoder.
+ // Indicate the picture buffer can be reused by the decoder.
void ReusePictureBuffer(int64 picture_buffer_id);
void RecordBufferData(
« no previous file with comments | « no previous file | media/filters/gpu_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698