[pulseaudio-commits] src/mainwindow.cc
Colin Guthrie
colin at kemper.freedesktop.org
Thu Sep 27 16:09:30 PDT 2012
src/mainwindow.cc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 27d915d041ff355a3ba6d03b59a214a18098b402
Author: Colin Guthrie <colin at mageia.org>
Date: Fri Sep 28 00:08:10 2012 +0100
Add a few known peak-detect stream clients to a source-output blacklist
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index ac5f916..1041eab 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -677,7 +677,9 @@ void MainWindow::updateSourceOutput(const pa_source_output_info &info) {
bool is_new = false;
if ((app = pa_proplist_gets(info.proplist, PA_PROP_APPLICATION_ID)))
- if (strcmp(app, "org.PulseAudio.pavucontrol") == 0)
+ if (strcmp(app, "org.PulseAudio.pavucontrol") == 0
+ || strcmp(app, "org.gnome.VolumeControl") == 0
+ || strcmp(app, "org.kde.kmixd") == 0)
return;
if (sourceOutputWidgets.count(info.index))
More information about the pulseaudio-commits
mailing list