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

Unified Diff: media/base/media_switches.cc

Issue 2387293007: Register MediaPlayerRenderer service (Closed)
Patch Set: Typo. Created 4 years, 2 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 | « media/base/media_switches.h ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 2bdca12ca28483e63eb2bbe8a454fbcedee3ab33..f9ade75b07fe10ad0a4d0f10a925af69dc8e2892 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -168,4 +168,10 @@ const base::Feature kVideoColorManagement{"video-color-management",
const base::Feature kExternalClearKeyForTesting{
"external-clear-key-for-testing", base::FEATURE_DISABLED_BY_DEFAULT};
+#if defined(OS_ANDROID)
+// Replaces WPMA by the MediaPlayerRenderer for HLS and fallback playback.
+const base::Feature kAndroidMediaPlayerRenderer{
+ "android-media-player-renderer", base::FEATURE_DISABLED_BY_DEFAULT};
+#endif
+
} // namespace media
« no previous file with comments | « media/base/media_switches.h ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698