mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
impl-port: use 0 size when clearing IO
This commit is contained in:
parent
40b8ff187b
commit
4d01fa34fa
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,
|
||||
port->direction, port->port_id,
|
||||
SPA_IO_Buffers,
|
||||
NULL, sizeof(port->rt.io));
|
||||
NULL, 0);
|
||||
|
||||
pw_impl_port_set_param(port, SPA_PARAM_Format, 0, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue