mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
splitter: place destination address in tmp array
We then remap the tmp array to the destination array. Fixes #477
This commit is contained in:
parent
c1bdc58d31
commit
0f528dc73c
1 changed files with 1 additions and 1 deletions
|
|
@ -947,7 +947,7 @@ static int impl_node_process(void *object)
|
|||
outio->status = -EPIPE;
|
||||
empty:
|
||||
spa_log_trace_fp(this->log, NAME" %p: %d skip output", this, i);
|
||||
dst_datas[n_dst_datas++] = SPA_PTR_ALIGN(this->empty, MAX_ALIGN, void);
|
||||
tmp[n_dst_datas++] = SPA_PTR_ALIGN(this->empty, MAX_ALIGN, void);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue