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

Unified Diff: media/filters/chunk_demuxer_unittest.cc

Issue 10823156: Fix live bug & renable ChunkDemuxerTest.TestWebMFile_LiveAudioAndVideo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comment Created 8 years, 5 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 | « no previous file | media/webm/webm_cluster_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/chunk_demuxer_unittest.cc
diff --git a/media/filters/chunk_demuxer_unittest.cc b/media/filters/chunk_demuxer_unittest.cc
index 71ebe9adfd7e2d2a8a48492a52426ad07ae2f0ad..938f2f1d2c01cf835f9c52639a1c8ade037fc942 100644
--- a/media/filters/chunk_demuxer_unittest.cc
+++ b/media/filters/chunk_demuxer_unittest.cc
@@ -1213,9 +1213,7 @@ TEST_F(ChunkDemuxerTest, TestWebMFile_AudioAndVideo) {
base::TimeDelta::FromMilliseconds(2744)));
}
-// TODO(acolwell): Fix bear-320x240-live.webm so that all clusters begin with
-// keyframes and reenable test. (crbug.com/136438)
-TEST_F(ChunkDemuxerTest, DISABLED_TestWebMFile_LiveAudioAndVideo) {
+TEST_F(ChunkDemuxerTest, TestWebMFile_LiveAudioAndVideo) {
struct BufferTimestamps buffer_timestamps[] = {
{0, 0},
{33, 3},
« no previous file with comments | « no previous file | media/webm/webm_cluster_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698