mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
audioadapter: loop until we have data
Keep caling the slave processing function until we have data from the converter or until no process can be made.
This commit is contained in:
parent
58a7e18ed5
commit
d67d012362
2 changed files with 11 additions and 4 deletions
|
|
@ -639,7 +639,7 @@ static int impl_port_use_buffers(void *object,
|
|||
} else
|
||||
size = buf_size;
|
||||
}
|
||||
pw_log_debug(NAME" %p: got buffer %d %d datas, mapped size %d", stream, i,
|
||||
pw_log_debug(NAME" %p: got buffer id:%d datas:%d, mapped size %d", stream, i,
|
||||
buffers[i]->n_datas, size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue