jitterbuffer: add some more debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 24 Jul 2013 12:18:14 +0000 (14:18 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 26 Jul 2013 10:17:55 +0000 (12:17 +0200)
gst/rtpmanager/gstrtpjitterbuffer.c

index 6eb0adc..aa784d9 100644 (file)
@@ -1011,6 +1011,9 @@ gst_rtp_jitter_buffer_src_event (GstPad * pad, GstObject * parent,
 
       gst_event_parse_latency (event, &latency);
 
+      GST_DEBUG_OBJECT (jitterbuffer,
+          "configuring latency of %" GST_TIME_FORMAT, GST_TIME_ARGS (latency));
+
       JBUF_LOCK (priv);
       /* adjust the overall buffer delay to the total pipeline latency in
        * buffering mode because if downstream consumes too fast (because of
@@ -1789,6 +1792,7 @@ again:
     ret = gst_clock_id_wait (id, &clock_jitter);
 
     JBUF_LOCK (priv);
+    GST_DEBUG_OBJECT (jitterbuffer, "sync done");
     /* and free the entry */
     gst_clock_id_unref (id);
     priv->clock_id = NULL;