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

Unified Diff: media/filters/ffmpeg_video_decoder.h

Issue 159476: Merge 21611 - Implemented proper pausethenseek behaviour for the media pipeli... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_video_decoder.h
===================================================================
--- media/filters/ffmpeg_video_decoder.h (revision 21798)
+++ media/filters/ffmpeg_video_decoder.h (working copy)
@@ -39,13 +39,13 @@
friend class FFmpegVideoDecoderTest;
FRIEND_TEST(FFmpegVideoDecoderTest, DecodeFrame_0ByteFrame);
FRIEND_TEST(FFmpegVideoDecoderTest, DecodeFrame_DecodeError);
- FRIEND_TEST(FFmpegVideoDecoderTest, DecodeFrame_DiscontinuousBuffer);
FRIEND_TEST(FFmpegVideoDecoderTest, DecodeFrame_Normal);
FRIEND_TEST(FFmpegVideoDecoderTest, FindPtsAndDuration);
FRIEND_TEST(FFmpegVideoDecoderTest, GetSurfaceFormat);
FRIEND_TEST(FFmpegVideoDecoderTest, OnDecode_EnqueueVideoFrameError);
FRIEND_TEST(FFmpegVideoDecoderTest, OnDecode_FinishEnqueuesEmptyFrames);
FRIEND_TEST(FFmpegVideoDecoderTest, OnDecode_TestStateTransition);
+ FRIEND_TEST(FFmpegVideoDecoderTest, OnSeek);
FRIEND_TEST(FFmpegVideoDecoderTest, TimeQueue_Ordering);
// FFmpeg outputs packets in decode timestamp (dts) order, which may not
Property changes on: media\filters\ffmpeg_video_decoder.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/media/filters/ffmpeg_video_decoder.h:r21611
Merged /branches/chrome_webkit_merge_branch/media/filters/ffmpeg_video_decoder.h:r69-2775
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698