mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
audioconvert: redo setup when format changes
This commit is contained in:
parent
bf3516ba04
commit
086ad336ad
1 changed files with 1 additions and 0 deletions
|
|
@ -1989,6 +1989,7 @@ static int port_set_format(void *object,
|
||||||
}
|
}
|
||||||
this->dir[direction].format = info;
|
this->dir[direction].format = info;
|
||||||
this->dir[direction].have_format = true;
|
this->dir[direction].have_format = true;
|
||||||
|
this->setup = false;
|
||||||
}
|
}
|
||||||
port->format = info;
|
port->format = info;
|
||||||
port->have_format = true;
|
port->have_format = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue