mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
impl-node: the mix output port is always 0
This commit is contained in:
parent
5273320825
commit
d762d57665
1 changed files with 1 additions and 2 deletions
|
|
@ -1385,8 +1385,7 @@ static int node_reuse_buffer(void *data, uint32_t port_id, uint32_t buffer_id)
|
|||
spa_list_for_each(p, &node->rt.input_mix, rt.node_link) {
|
||||
if (p->port_id != port_id)
|
||||
continue;
|
||||
|
||||
spa_node_port_reuse_buffer(p->mix, p->port_id, buffer_id);
|
||||
spa_node_port_reuse_buffer(p->mix, 0, buffer_id);
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue