mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
jitterbuffer: add some more debug info
This commit is contained in:
parent
55b5e2e3f3
commit
99a581215f
1 changed files with 2 additions and 0 deletions
|
@ -1433,9 +1433,11 @@ again:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* now we wait */
|
/* now we wait */
|
||||||
|
GST_DEBUG_OBJECT (jitterbuffer, "waiting");
|
||||||
priv->waiting = TRUE;
|
priv->waiting = TRUE;
|
||||||
JBUF_WAIT (priv);
|
JBUF_WAIT (priv);
|
||||||
priv->waiting = FALSE;
|
priv->waiting = FALSE;
|
||||||
|
GST_DEBUG_OBJECT (jitterbuffer, "waiting done");
|
||||||
|
|
||||||
if (id) {
|
if (id) {
|
||||||
/* unschedule any pending async notifications we might have */
|
/* unschedule any pending async notifications we might have */
|
||||||
|
|
Loading…
Reference in a new issue