Add a few known peak-detect stream clients to a source-output blacklist
This commit is contained in:
parent
d03f9ffac2
commit
27d915d041
|
@ -677,7 +677,9 @@ void MainWindow::updateSourceOutput(const pa_source_output_info &info) {
|
||||||
bool is_new = false;
|
bool is_new = false;
|
||||||
|
|
||||||
if ((app = pa_proplist_gets(info.proplist, PA_PROP_APPLICATION_ID)))
|
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;
|
return;
|
||||||
|
|
||||||
if (sourceOutputWidgets.count(info.index))
|
if (sourceOutputWidgets.count(info.index))
|
||||||
|
|
Loading…
Reference in New Issue