mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
port: we can accept a new input after mixing it
This commit is contained in:
parent
1a786e04f9
commit
a738b73567
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ static int schedule_mix_input(struct spa_node *data)
|
|||
pw_log_trace("port %p: mix input %d %p->%p %d %d", this,
|
||||
p->port_id, mix->io, io, mix->io->status, mix->io->buffer_id);
|
||||
*io = *mix->io;
|
||||
mix->io->status = SPA_STATUS_NEED_BUFFER;
|
||||
break;
|
||||
}
|
||||
return SPA_STATUS_HAVE_BUFFER | SPA_STATUS_NEED_BUFFER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue