mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
add some more debug log
This commit is contained in:
parent
39240fb9c0
commit
74ebff6b7d
3 changed files with 8 additions and 3 deletions
|
|
@ -679,6 +679,10 @@ static void node_process(void *data, int status)
|
|||
struct timespec ts;
|
||||
struct pw_driver_quantum *q = node->rt.quantum;
|
||||
|
||||
if (node->rt.driver->state->pending != 0) {
|
||||
pw_log_warn("node %p: graph not finished", node);
|
||||
}
|
||||
|
||||
if (node->rt.clock) {
|
||||
q->nsec = node->rt.clock->nsec;
|
||||
q->rate = node->rt.clock->rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue