mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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].have_format = true;
|
||||
this->setup = false;
|
||||
}
|
||||
port->format = info;
|
||||
port->have_format = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue