mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2025-12-20 06:30:05 +01:00
More fixes for not inhibiting autosuspend
Makes sure the sink input monitor stream doesn't keep the monitor source (and thus the sink) open.
This commit is contained in:
parent
1f58c43347
commit
cd7bd578ae
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ void MainWindow::createMonitorStreamForSinkInput(SinkInputWidget* w, uint32_t si
|
||||||
w->peak = NULL;
|
w->peak = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
w->peak = createMonitorStreamForSource(sinkWidgets[sink_idx]->monitor_index, w->index);
|
w->peak = createMonitorStreamForSource(sinkWidgets[sink_idx]->monitor_index, w->index, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::updateSource(const pa_source_info &info) {
|
void MainWindow::updateSource(const pa_source_info &info) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue