mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +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 */
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "waiting");
|
||||
priv->waiting = TRUE;
|
||||
JBUF_WAIT (priv);
|
||||
priv->waiting = FALSE;
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "waiting done");
|
||||
|
||||
if (id) {
|
||||
/* unschedule any pending async notifications we might have */
|
||||
|
|
Loading…
Reference in a new issue