mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
add some more debug info
This commit is contained in:
parent
8bb4b91e74
commit
9dfd261c71
3 changed files with 4 additions and 1 deletions
|
|
@ -638,6 +638,8 @@ static int impl_node_process(void *object)
|
|||
io = this->io;
|
||||
spa_return_val_if_fail(io != NULL, -EIO);
|
||||
|
||||
spa_log_trace_fp(this->log, NAME " %p; status %d", this, io->status);
|
||||
|
||||
if (io->status == SPA_STATUS_HAVE_DATA)
|
||||
return SPA_STATUS_HAVE_DATA;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue