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

Unified Diff: chrome/browser/media/encrypted_media_browsertest.cc

Issue 2349813002: EME: Update MediaKeySystemConfiguration defaults; require non-empty capabilities (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
« no previous file with comments | « no previous file | media/blink/key_system_config_selector.cc » ('j') | media/blink/key_system_config_selector.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/encrypted_media_browsertest.cc
diff --git a/chrome/browser/media/encrypted_media_browsertest.cc b/chrome/browser/media/encrypted_media_browsertest.cc
index 7e54db9a46786f62572f16e9c7694c9fdbbc1a3f..f28a688af85bd78f2335a079a2917432722187e9 100644
--- a/chrome/browser/media/encrypted_media_browsertest.cc
+++ b/chrome/browser/media/encrypted_media_browsertest.cc
@@ -60,7 +60,7 @@ const char kWebMOpusAudioVP9Video[] = "video/webm; codecs=\"opus, vp9\"";
const char kWebMVP9VideoOnly[] = "video/webm; codecs=\"vp9\"";
#if defined(USE_PROPRIETARY_CODECS)
const char kMP4AudioOnly[] = "audio/mp4; codecs=\"mp4a.40.2\"";
-const char kMP4VideoOnly[] = "video/mp4; codecs=\"avc1.4D4041\"";
+const char kMP4VideoOnly[] = "video/mp4; codecs=\"avc1.4D000C\"";
#endif // defined(USE_PROPRIETARY_CODECS)
// Sessions to load.
« no previous file with comments | « no previous file | media/blink/key_system_config_selector.cc » ('j') | media/blink/key_system_config_selector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698