mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Improve some debug
This commit is contained in:
parent
6e0ffb0c47
commit
e04d58ee3a
12 changed files with 24 additions and 21 deletions
|
|
@ -758,7 +758,7 @@ static int impl_node_process(void *object)
|
|||
src = jack_port_get_buffer(port->jack_port, n_frames);
|
||||
|
||||
d = &b->outbuf->datas[0];
|
||||
memcpy(d->data, src, n_frames * port->stride);
|
||||
spa_memcpy(d->data, src, n_frames * port->stride);
|
||||
d->chunk->offset = 0;
|
||||
d->chunk->size = n_frames * port->stride;
|
||||
d->chunk->stride = port->stride;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue