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
883 B
13 lines
883 B
16 years ago
|
diff -Naurw phonon-4.2.96/xine/backend.cpp phonon-4.2.96.xine-pulseaudio/xine/backend.cpp
|
||
|
--- phonon-4.2.96/xine/backend.cpp 2008-12-19 08:08:53.000000000 +0100
|
||
|
+++ phonon-4.2.96.xine-pulseaudio/xine/backend.cpp 2009-01-08 21:31:10.000000000 +0100
|
||
|
@@ -649,7 +649,7 @@
|
||
16 years ago
|
"in KDE2 and KDE3. Its use is discuraged.</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")) {
|