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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2370453003: 12-bit vp9 video support (Closed)
Patch Set: Created 4 years, 3 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/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 6c188b1f455e194ff261cf9c1844066e2e4eabd0..d389b5bf2d628e9f3e620ea318e0feeb2d54e958 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -1450,6 +1450,14 @@ TEST_F(PipelineIntegrationTest, BasicPlaybackHi10PVP9) {
ASSERT_TRUE(WaitUntilOnEnded());
}
+
+TEST_F(PipelineIntegrationTest, BasicPlaybackHi12PVP9) {
+ ASSERT_EQ(PIPELINE_OK, Start("bear-320x180-hi12p-vp9.webm", kClockless));
+
+ Play();
+
+ ASSERT_TRUE(WaitUntilOnEnded());
+}
#endif
#if defined(USE_PROPRIETARY_CODECS)

Powered by Google App Engine
This is Rietveld 408576698