You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
877 B
13 lines
877 B
diff -up phonon/xine/backend.cpp.pulseaudio phonon/xine/backend.cpp
|
|
--- phonon/xine/backend.cpp.pulseaudio 2009-10-03 14:00:19.000000000 -0500
|
|
+++ phonon/xine/backend.cpp 2009-10-19 12:23:17.768923476 -0500
|
|
@@ -649,7 +649,7 @@ void Backend::checkAudioOutputs()
|
|
"in KDE2 and KDE3. Its use is discouraged.</p></html>"),
|
|
/*icon name */"audio-backend-arts", outputPlugins[i]);
|
|
} else if (0 == strcmp(outputPlugins[i], "pulseaudio")) {
|
|
- addAudioOutput(nextIndex++, 10, tr("PulseAudio"),
|
|
+ addAudioOutput(nextIndex++, 2000, tr("PulseAudio"),
|
|
xine_get_audio_driver_plugin_description(m_xine, outputPlugins[i]),
|
|
/*icon name */"audio-backend-pulseaudio", outputPlugins[i]);
|
|
} else if (0 == strcmp(outputPlugins[i], "esd")) {
|