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 Arun Raghavan
parent 747816a134
commit 43ddc2967b

View file

@ -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;