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

Unified Diff: media/filters/file_data_source_unittest.cc

Issue 39170: Pipeline_Impl was modified to properly render a stream that has video but no ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
Index: media/filters/file_data_source_unittest.cc
===================================================================
--- media/filters/file_data_source_unittest.cc (revision 10997)
+++ media/filters/file_data_source_unittest.cc (working copy)
@@ -68,8 +68,6 @@
c->AddFactory(MockAudioRenderer::CreateFactory(&config));
InitializationHelper h;
h.Start(&pipeline, c, TestFileURL());
- h.Wait();
- EXPECT_EQ(pipeline.GetError(), media::PIPELINE_OK);
EXPECT_EQ(pipeline.GetTotalBytes(), 10);
EXPECT_EQ(pipeline.GetBufferedBytes(), 10);
pipeline.Stop();

Powered by Google App Engine
This is Rietveld 408576698