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

Unified Diff: content/browser/media_browsertest.cc

Issue 10869085: Update FFmpegAudioDecoder to support multi-frame packets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enable test. Fix style error. Created 8 years, 4 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/filters/ffmpeg_audio_decoder.h » ('j') | media/filters/ffmpeg_audio_decoder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media_browsertest.cc
diff --git a/content/browser/media_browsertest.cc b/content/browser/media_browsertest.cc
index 2636d11e2d6055d03f47a233576ad80d3424e95f..593fb63d640dddeba40e44c02a8207ccb17ca3db 100644
--- a/content/browser/media_browsertest.cc
+++ b/content/browser/media_browsertest.cc
@@ -137,8 +137,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) {
PlayAudio("bear_mulaw.wav", GetParam());
}
-// TODO(dalecurtis): Fails seek test. http://crbug.com/141020
-IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearFlac) {
+IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
PlayAudio("bear.flac", GetParam());
}
#endif
« no previous file with comments | « no previous file | media/filters/ffmpeg_audio_decoder.h » ('j') | media/filters/ffmpeg_audio_decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698