mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
improve some debug
This commit is contained in:
parent
2211016516
commit
f99fd7d75a
2 changed files with 8 additions and 5 deletions
|
|
@ -709,9 +709,10 @@ static int impl_node_process(void *object)
|
|||
size = SPA_MIN(bd->maxsize - offs, bd->chunk->size);
|
||||
maxsize = SPA_MIN(maxsize, size);
|
||||
|
||||
spa_log_trace_fp(this->log, "%p: mix input %d %p->%p %d %d %d:%d/%d", this,
|
||||
spa_log_trace_fp(this->log, "%p: mix input %d %p->%p %d %d %d:%d/%d %u", this,
|
||||
i, inio, outio, inio->status, inio->buffer_id,
|
||||
offs, size, (int)sizeof(float));
|
||||
offs, size, (int)sizeof(float),
|
||||
bd->chunk->flags);
|
||||
|
||||
if (!SPA_FLAG_IS_SET(bd->chunk->flags, SPA_CHUNK_FLAG_EMPTY)) {
|
||||
datas[n_buffers] = SPA_PTROFF(bd->data, offs, void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue