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

Unified Diff: media/base/media_switches.cc

Issue 1230793009: Initial support for the desktop media pipeline on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 0b0154628dfedbfa0ffe492d85a33903ed079c9a..6c8dc8ef667445d47d5795391b40d95fd5ce00ce 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -16,6 +16,11 @@ const char kDisableNewVideoRenderer[] = "disable-new-video-renderer";
const char kVideoThreads[] = "video-threads";
#if defined(OS_ANDROID)
+// Use the desktop media pipeline on Android. Experimental, see
+// http://crbug.com/507834.
+// This will only have an effect if compiled with media_use_ffmpeg=1.
+const char kEnableMediaPipelineOnAndroid[] = "enable-media-pipeline-on-android";
+
// Sets the MediaSource player that uses the separate media thread
const char kEnableMediaThreadForMediaPlayback[] =
"enable-media-thread-for-media-playback";

Powered by Google App Engine
This is Rietveld 408576698