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:
Wim Taymans 2026-03-11 12:39:46 +01:00
parent 5cc63c1b34
commit f45e619559

View file

@ -1645,6 +1645,7 @@ static int impl_activate(void *object, const struct spa_dict *props)
goto error;
}
}
node->control_changed = true;
}
/* then link ports */