rtpbin: Also log local and SR RTP running times when doing ntp-sync=true
authorSebastian Dröge <sebastian@centricular.com>
Tue, 29 Aug 2017 16:13:58 +0000 (19:13 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 29 Aug 2017 16:14:25 +0000 (19:14 +0300)
gst/rtpmanager/gstrtpbin.c

index 9194773..0260b9d 100644 (file)
@@ -1419,6 +1419,9 @@ gst_rtp_bin_associate (GstRtpBin * bin, GstRtpBinStream * stream, guint8 len,
         "local NTP time %" G_GUINT64_FORMAT ", SR NTP time %" G_GUINT64_FORMAT,
         local_ntpnstime, ntpnstime);
     GST_DEBUG_OBJECT (bin,
+        "local running time %" G_GUINT64_FORMAT ", SR RTP running time %"
+        G_GUINT64_FORMAT, local_running_time, running_time);
+    GST_DEBUG_OBJECT (bin,
         "NTP diff %" G_GINT64_FORMAT ", RT diff %" G_GINT64_FORMAT, ntpdiff,
         rtdiff);