mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-26 07:58:03 -04:00
audioconvert: Set this->setup to false on flush command
If flush is called, the active graphs are deactivated but this->setup remains true.
This commit is contained in:
parent
747816a134
commit
43ddc2967b
1 changed files with 1 additions and 0 deletions
|
|
@ -2432,6 +2432,7 @@ static int impl_node_send_command(void *object, const struct spa_command *comman
|
|||
break;
|
||||
case SPA_NODE_COMMAND_Flush:
|
||||
reset_node(this);
|
||||
this->setup = false;
|
||||
break;
|
||||
default:
|
||||
return -ENOTSUP;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue