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

Unified Diff: media/base/media_switches.cc

Issue 7473021: PulseAudio Sound Playback on Linux (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: "alsa_output_unittest fix" Created 9 years, 4 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/media.gyp » ('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 7477a23ff53953133fe8d76e485e66abe64facf6..c779cc4d9f18163daccfea4419657071a6820450 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -16,6 +16,9 @@ const char kAlsaInputDevice[] = "alsa-input-device";
// Enable x-adaptive URL scheme.
const char kEnableAdaptive[] = "enable-adaptive";
+// Use PulseAudio instead of ALSA on Linux.
+const char kUsePulseAudio[] = "use-pulseaudio";
+
// Set number of threads to use for video decoding.
const char kVideoThreads[] = "video-threads";
« no previous file with comments | « media/base/media_switches.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698