mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-26 07:58:03 -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
cb9b3861ce
commit
f4a6648aa5
1 changed files with 1 additions and 0 deletions
|
|
@ -1622,6 +1622,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