improve some debug

This commit is contained in:
Wim Taymans 2019-07-15 17:09:44 +02:00
parent 93006d6d90
commit 453e75a23e
7 changed files with 20 additions and 7 deletions

View file

@ -857,8 +857,9 @@ static int impl_node_process(void *object)
maxsize = outb->datas[0].maxsize;
n_samples = SPA_MIN(n_samples, maxsize / outport->stride);
spa_log_trace_fp(this->log, NAME " %p: n_src:%d n_dst:%d size:%d maxsize:%d n_samples:%d",
this, n_src_datas, n_dst_datas, size, maxsize, n_samples);
spa_log_trace_fp(this->log, NAME " %p: n_src:%d n_dst:%d size:%d maxsize:%d n_samples:%d p:%d",
this, n_src_datas, n_dst_datas, size, maxsize, n_samples,
this->is_passthrough);
for (i = 0; i < n_dst_datas; i++) {
dst_datas[i] = this->is_passthrough ?