mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Improve some debug
This commit is contained in:
parent
6e0ffb0c47
commit
e04d58ee3a
12 changed files with 24 additions and 21 deletions
|
|
@ -740,7 +740,7 @@ static int impl_node_process(void *object)
|
|||
b = &port->buffers[io->buffer_id];
|
||||
src = &b->outbuf->datas[0];
|
||||
|
||||
memcpy(dst, src->data, n_frames * port->stride);
|
||||
spa_memcpy(dst, src->data, n_frames * port->stride);
|
||||
|
||||
io->status = SPA_STATUS_NEED_DATA;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue