mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
rescue-streams: Document a cryptic looking condition
This commit is contained in:
parent
733e4bce5b
commit
21b912dd2b
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ static pa_source* find_evacuation_source(pa_core *c, pa_source_output *o, pa_sou
|
|||
if (target == skip)
|
||||
continue;
|
||||
|
||||
/* We only move to a monitor source if we're already on one */
|
||||
if (skip && !target->monitor_of != !skip->monitor_of)
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue