mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Improve debug and small cleanups
This commit is contained in:
parent
170c3e4d6c
commit
0726a608df
7 changed files with 31 additions and 14 deletions
|
|
@ -809,8 +809,11 @@ static int impl_node_process(void *object)
|
|||
inport = GET_IN_PORT(this, 0);
|
||||
|
||||
outio = outport->io;
|
||||
spa_return_val_if_fail(outio != NULL, -EIO);
|
||||
inio = inport->io;
|
||||
|
||||
spa_log_trace_fp(this->log, NAME " %p: io %p %p", this, inio, outio);
|
||||
|
||||
spa_return_val_if_fail(outio != NULL, -EIO);
|
||||
spa_return_val_if_fail(inio != NULL, -EIO);
|
||||
|
||||
spa_log_trace_fp(this->log, NAME " %p: status %p %d %d -> %p %d %d", this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue