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