mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: clean up nodes
This commit is contained in:
parent
e63adfef25
commit
e04560955d
1 changed files with 6 additions and 0 deletions
|
|
@ -936,6 +936,12 @@ static int impl_clear(struct spa_handle *handle)
|
|||
this = (struct impl *) handle;
|
||||
|
||||
clean_convert(this);
|
||||
|
||||
spa_handle_clear(this->hnd_fmt[SPA_DIRECTION_INPUT]);
|
||||
spa_handle_clear(this->hnd_channelmix);
|
||||
spa_handle_clear(this->hnd_resample);
|
||||
spa_handle_clear(this->hnd_fmt[SPA_DIRECTION_OUTPUT]);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue