mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
fmtconvert: fix channel remapping
This commit is contained in:
parent
d080cd4819
commit
6ce3705f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -895,7 +895,7 @@ static int impl_node_process(void *object)
|
|||
if (this->is_passthrough)
|
||||
dd[i].data = (void *)src_datas[src_remap];
|
||||
else
|
||||
dst_datas[dst_remap] = dd[i].data = outbuf->datas[i];
|
||||
dst_datas[i] = dd[dst_remap].data = outbuf->datas[dst_remap];
|
||||
|
||||
dd[i].chunk->offset = 0;
|
||||
dd[i].chunk->size = n_samples * outport->stride;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue