mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-26 07:58:03 -04:00
impl-port: use 0 size when clearing IO
This commit is contained in:
parent
edc4c856b7
commit
f65dd4e515
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ int pw_impl_port_release_mix(struct pw_impl_port *port, struct pw_impl_port_mix
|
||||||
spa_node_port_set_io(node->node,
|
spa_node_port_set_io(node->node,
|
||||||
port->direction, port->port_id,
|
port->direction, port->port_id,
|
||||||
SPA_IO_Buffers,
|
SPA_IO_Buffers,
|
||||||
NULL, sizeof(port->rt.io));
|
NULL, 0);
|
||||||
|
|
||||||
pw_impl_port_set_param(port, SPA_PARAM_Format, 0, NULL);
|
pw_impl_port_set_param(port, SPA_PARAM_Format, 0, NULL);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue