summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-15 21:08:27 +0100
committerGravatar waker <wakeroid@gmail.com>2011-03-15 21:08:27 +0100
commit5bb1914e0a59c56700f76e190a8a31f9ce842d25 (patch)
treed662eeff811966444403bdcc486be27852ec384c /plugins
parent3747e2f2cb5326b1631e3b47194728312144821b (diff)
added some better description text to PA plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pulse/pulse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pulse/pulse.c b/plugins/pulse/pulse.c
index 9c6a2efd..bf2df5fa 100644
--- a/plugins/pulse/pulse.c
+++ b/plugins/pulse/pulse.c
@@ -361,7 +361,7 @@ static DB_output_t plugin =
.plugin.version_minor = 1,
.plugin.type = DB_PLUGIN_OUTPUT,
.plugin.name = "PulseAudio output plugin",
- .plugin.descr = "plays sound via pulse API",
+ .plugin.descr = "At the moment of this writing, PulseAudio seems to be very unstable in many (or most) GNU/Linux distributions.\nIf you experience problems - please try switching to ALSA or OSS output.\nIf that doesn't help - please uninstall PulseAudio from your system, and try ALSA or OSS again.\nThanks for understanding",
.plugin.copyright =
"Copyright (C) 2011 Jan D. Behrens <zykure@web.de>\n"
"Copyright (C) 2010-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n"