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

Unified Diff: media/base/mime_util_unittest.cc

Issue 2760893003: Update new VP9 codec string parsing (Closed)
Patch Set: So many tests... Created 3 years, 9 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 | « content/browser/media/media_canplaytype_browsertest.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mime_util_unittest.cc
diff --git a/media/base/mime_util_unittest.cc b/media/base/mime_util_unittest.cc
index 336fc3e684eca6af491af8c6e5c88a9c5284e643..5e0f598e48374e10471056d9ecb82b2e5077e7dd 100644
--- a/media/base/mime_util_unittest.cc
+++ b/media/base/mime_util_unittest.cc
@@ -227,11 +227,11 @@ TEST(MimeUtilTest, ExperimentalMultiPartVp9) {
base::test::ScopedCommandLine scoped_command_line;
// Multi-part VP9 string not enabled by default.
- EXPECT_FALSE(IsSupportedMediaFormat("video/webm", {"vp09.00.01.08"}));
+ EXPECT_FALSE(IsSupportedMediaFormat("video/webm", {"vp09.00.10.08"}));
// Should work if enabled.
EnableNewVp9CodecStringSupport();
- EXPECT_TRUE(IsSupportedMediaFormat("video/webm", {"vp09.00.01.08"}));
+ EXPECT_TRUE(IsSupportedMediaFormat("video/webm", {"vp09.00.10.08"}));
}
TEST(IsCodecSupportedOnAndroidTest, EncryptedCodecsFailWithoutPlatformSupport) {
« no previous file with comments | « content/browser/media/media_canplaytype_browsertest.cc ('k') | media/base/video_codecs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698