jitterbuffer: add some more debug info
This commit is contained in:
parent
55b5e2e3f3
commit
99a581215f
@ -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…
x
Reference in New Issue
Block a user