jitterbuffer: add some more debug info

This commit is contained in:
Wim Taymans 2010-01-27 13:28:13 +01:00
parent 55b5e2e3f3
commit 99a581215f

View file

@ -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 */