mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
audioconvert: recalculate stages on volume change
Volume changes may change mix passthrough status, so force stage recalculation when they are done.
This commit is contained in:
parent
fc102e517a
commit
7d8657b7f4
1 changed files with 1 additions and 0 deletions
|
|
@ -1533,6 +1533,7 @@ static int apply_props(struct impl *this, const struct spa_pod *param)
|
||||||
p->have_soft_volume = false;
|
p->have_soft_volume = false;
|
||||||
|
|
||||||
set_volume(this);
|
set_volume(this);
|
||||||
|
this->recalc = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!p->lock_volumes && vol_ramp_params_changed) {
|
if (!p->lock_volumes && vol_ramp_params_changed) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue