splitter: place destination address in tmp array

We then remap the tmp array to the destination array.

Fixes #477
This commit is contained in:
Wim Taymans 2020-12-14 09:49:44 +01:00
parent c1bdc58d31
commit 0f528dc73c

View file

@ -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;
}