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

Unified Diff: media/filters/pipeline_integration_test.cc

Issue 12263013: media: Add support for playback of VP8 Alpha video streams (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding pipeline integration test for vp8a 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
Index: media/filters/pipeline_integration_test.cc
diff --git a/media/filters/pipeline_integration_test.cc b/media/filters/pipeline_integration_test.cc
index cd574ca5f1191c58f797d613e82e0d86dfd9fdf8..8abb5a42693b075169c8f73d76bac038ba4c815b 100644
--- a/media/filters/pipeline_integration_test.cc
+++ b/media/filters/pipeline_integration_test.cc
@@ -898,4 +898,12 @@ TEST_F(PipelineIntegrationTest, DISABLED_BasicPlayback_VP9_Opus_WebM) {
ASSERT_TRUE(WaitUntilOnEnded());
}
+// Verify that VP8 video with alpha channel can be played back
scherkus (not reviewing) 2013/04/10 00:22:24 comments end with periods
vignesh 2013/04/10 17:59:16 Done.
+TEST_F(PipelineIntegrationTest, BasicPlayback_VP8A_WebM) {
+ ASSERT_TRUE(Start(GetTestDataFilePath("bear-vp8a.webm"),
+ PIPELINE_OK));
+ Play();
+ ASSERT_TRUE(WaitUntilOnEnded());
+}
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698