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

Unified Diff: media/filters/video_renderer_base_unittest.cc

Issue 57403003: Remove EMPTY from VideoFrame::Format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vframe_rgb
Patch Set: Created 7 years, 1 month 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/video_renderer_base.cc ('k') | media/filters/vpx_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_base_unittest.cc
diff --git a/media/filters/video_renderer_base_unittest.cc b/media/filters/video_renderer_base_unittest.cc
index db87b61149b97a5f8e2fcab8e5c4abfd4bc193ef..44d2be7ba45e477ff92a36ce9e0065477613398a 100644
--- a/media/filters/video_renderer_base_unittest.cc
+++ b/media/filters/video_renderer_base_unittest.cc
@@ -197,7 +197,7 @@ class VideoRendererBaseTest : public ::testing::Test {
void QueueEndOfStream() {
DCHECK_EQ(&message_loop_, base::MessageLoop::current());
decode_results_.push_back(std::make_pair(
- VideoDecoder::kOk, VideoFrame::CreateEmptyFrame()));
+ VideoDecoder::kOk, VideoFrame::CreateEOSFrame()));
}
void QueueDecodeError() {
« no previous file with comments | « media/filters/video_renderer_base.cc ('k') | media/filters/vpx_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698