mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
remote-node: remove the mix from the port
We add the mix in init and remove it again when clearing. See #973
This commit is contained in:
parent
ea5a830c8a
commit
eaf3b3a3c9
1 changed files with 1 additions and 0 deletions
|
|
@ -971,6 +971,7 @@ static void clear_mix(struct node_data *data, struct mix *mix)
|
|||
|
||||
spa_list_remove(&mix->mix.link);
|
||||
spa_list_append(&data->free_mix, &mix->link);
|
||||
pw_impl_port_release_mix(mix->port, &mix->mix);
|
||||
}
|
||||
|
||||
static void clean_node(struct node_data *d)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue