mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse: DSP -> MONITOR
This commit is contained in:
parent
adfa88c961
commit
7cdc36d506
3 changed files with 6 additions and 6 deletions
|
|
@ -931,7 +931,7 @@ static void source_info(pa_operation *o, void *userdata)
|
|||
} else {
|
||||
if (((g = pa_context_find_global(c, d->idx)) == NULL ||
|
||||
!(g->mask & PA_SUBSCRIPTION_MASK_SOURCE)) &&
|
||||
(((g = pa_context_find_global(c, d->idx & PA_IDX_MASK_DSP)) == NULL ||
|
||||
(((g = pa_context_find_global(c, d->idx & PA_IDX_MASK_MONITOR)) == NULL ||
|
||||
!(g->mask & PA_SUBSCRIPTION_MASK_SOURCE))))
|
||||
g = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue