mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 13:30:03 +01: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
d9fa0629f6
commit
34122b4bf3
1 changed files with 1 additions and 0 deletions
|
|
@ -2588,6 +2588,7 @@ static int impl_node_send_command(void *object, const struct spa_command *comman
|
||||||
break;
|
break;
|
||||||
case SPA_NODE_COMMAND_Flush:
|
case SPA_NODE_COMMAND_Flush:
|
||||||
reset_node(this);
|
reset_node(this);
|
||||||
|
this->setup = false;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -ENOTSUP;
|
return -ENOTSUP;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue