mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
splitter: fix compilation
This commit is contained in:
parent
7b6df9e127
commit
9088b2f0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ static int port_set_format(struct spa_node *node,
|
|||
if (format == NULL) {
|
||||
if (port->have_format) {
|
||||
if (direction == SPA_DIRECTION_INPUT)
|
||||
port->have_format = this->profile;
|
||||
port->have_format = this->have_profile;
|
||||
else
|
||||
port->have_format = false;
|
||||
clear_buffers(this, port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue