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:
Torkel Niklasson 2025-12-09 08:57:28 +01:00 committed by Wim Taymans
parent d9fa0629f6
commit 34122b4bf3

View file

@ -2588,6 +2588,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;