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

Unified Diff: media/test/pipeline_integration_test_base.cc

Issue 1133563010: Add a GpuMemoryBuffer pool that creates hardware backed VideoFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reveman@'s nits. Created 5 years, 7 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/renderers/video_renderer_impl_unittest.cc ('k') | media/video/gpu_memory_buffer_video_frame_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test_base.cc
diff --git a/media/test/pipeline_integration_test_base.cc b/media/test/pipeline_integration_test_base.cc
index 5217925217b713ce57ccfd6e32354f3a27e003c2..91332456245afb110c26ff7179d71b137be01e2f 100644
--- a/media/test/pipeline_integration_test_base.cc
+++ b/media/test/pipeline_integration_test_base.cc
@@ -247,7 +247,7 @@ scoped_ptr<Renderer> PipelineIntegrationTestBase::CreateRenderer() {
// Disable frame dropping if hashing is enabled.
scoped_ptr<VideoRenderer> video_renderer(new VideoRendererImpl(
message_loop_.message_loop_proxy(), video_sink_.get(),
- video_decoders.Pass(), false, new MediaLog()));
+ video_decoders.Pass(), false, nullptr, new MediaLog()));
if (!clockless_playback_) {
audio_sink_ = new NullAudioSink(message_loop_.message_loop_proxy());
« no previous file with comments | « media/renderers/video_renderer_impl_unittest.cc ('k') | media/video/gpu_memory_buffer_video_frame_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698