| 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 ca9dee95320122827d5ee0864ee8f59c6d754de3..26662b7c4f59b69cdd01b7764a090ca1df1f2f69 100644
|
| --- a/media/test/pipeline_integration_test_base.cc
|
| +++ b/media/test/pipeline_integration_test_base.cc
|
| @@ -236,8 +236,7 @@ scoped_ptr<Renderer> PipelineIntegrationTestBase::CreateRenderer() {
|
| #endif // !defined(MEDIA_DISABLE_LIBVPX)
|
|
|
| #if !defined(MEDIA_DISABLE_FFMPEG)
|
| - video_decoders.push_back(
|
| - new FFmpegVideoDecoder(message_loop_.task_runner()));
|
| + video_decoders.push_back(new FFmpegVideoDecoder());
|
| #endif
|
|
|
| // Simulate a 60Hz rendering sink.
|
|
|