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 cb9b3861ce
commit f4a6648aa5

View file

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