mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
improve some debug
This commit is contained in:
parent
93006d6d90
commit
453e75a23e
7 changed files with 20 additions and 7 deletions
|
|
@ -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 ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue