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

Unified Diff: trunk/src/media/filters/pipeline_integration_test.cc

Issue 13972014: Revert 194465 "media: Add support for playback for VP8 Alpha vid..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | « trunk/src/media/filters/ffmpeg_demuxer.cc ('k') | trunk/src/media/filters/skcanvas_video_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/filters/pipeline_integration_test.cc
===================================================================
--- trunk/src/media/filters/pipeline_integration_test.cc (revision 194468)
+++ trunk/src/media/filters/pipeline_integration_test.cc (working copy)
@@ -923,12 +923,4 @@
ASSERT_TRUE(WaitUntilOnEnded());
}
-// Verify that VP8 video with alpha channel can be played back.
-TEST_F(PipelineIntegrationTest, BasicPlayback_VP8A_WebM) {
- ASSERT_TRUE(Start(GetTestDataFilePath("bear-vp8a.webm"),
- PIPELINE_OK));
- Play();
- ASSERT_TRUE(WaitUntilOnEnded());
-}
-
} // namespace media
« no previous file with comments | « trunk/src/media/filters/ffmpeg_demuxer.cc ('k') | trunk/src/media/filters/skcanvas_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698