mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-13 05:33:55 -04:00
filter-graph: emit control change after loading
Always do a control change to the instances when they are created. This is to make sure the internal state is synced to the control values. The sofa filter and biquads need this to correctly configure themselves after a suspend. Fixes #5152
This commit is contained in:
parent
5cc63c1b34
commit
f45e619559
1 changed files with 1 additions and 0 deletions
|
|
@ -1645,6 +1645,7 @@ static int impl_activate(void *object, const struct spa_dict *props)
|
|||
goto error;
|
||||
}
|
||||
}
|
||||
node->control_changed = true;
|
||||
}
|
||||
|
||||
/* then link ports */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue