mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
port: don't send reuse_buffer on node again
When we get a reuse_buffer on the input mixer we should find the linked mixer and send the reuse_buffer to that one, not the node itself.
This commit is contained in:
parent
64fc8dda20
commit
d566c8858c
2 changed files with 4 additions and 2 deletions
|
|
@ -443,7 +443,8 @@ do_update_port(struct node *this,
|
|||
port = GET_PORT(this, direction, port_id);
|
||||
|
||||
if (!port->valid) {
|
||||
spa_log_debug(this->log, "node %p: adding port %d", this, port_id);
|
||||
spa_log_debug(this->log, "node %p: adding port %d, direction %d",
|
||||
this, port_id, direction);
|
||||
port->id = port_id;
|
||||
port->direction = direction;
|
||||
port->have_format = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue