summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rw-r--r--media/filters/pipeline_integration_test.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/media/filters/pipeline_integration_test.cc b/media/filters/pipeline_integration_test.cc
index c5d98fb..0a898f8 100644
--- a/media/filters/pipeline_integration_test.cc
+++ b/media/filters/pipeline_integration_test.cc
@@ -128,9 +128,7 @@ TEST_F(PipelineIntegrationTest, BasicPlayback) {
ASSERT_TRUE(WaitUntilOnEnded());
- // TODO(dalecurtis): Due to threading issues in FFmpeg, frames are not always
- // decoded exactly, see http://crbug.com/93932 and http://crbug.com/109875.
- // ASSERT_EQ(GetVideoHash(), "f0be120a90a811506777c99a2cdf7cc1");
+ ASSERT_EQ(GetVideoHash(), "f0be120a90a811506777c99a2cdf7cc1");
}
// TODO(xhwang): Enable this test when AddKey is integrated into pipeline.