mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
rtpbin: Also log local and SR RTP running times when doing ntp-sync=true
This commit is contained in:
parent
f602b8e5b0
commit
71104f452e
1 changed files with 3 additions and 0 deletions
|
@ -1418,6 +1418,9 @@ gst_rtp_bin_associate (GstRtpBin * bin, GstRtpBinStream * stream, guint8 len,
|
||||||
GST_DEBUG_OBJECT (bin,
|
GST_DEBUG_OBJECT (bin,
|
||||||
"local NTP time %" G_GUINT64_FORMAT ", SR NTP time %" G_GUINT64_FORMAT,
|
"local NTP time %" G_GUINT64_FORMAT ", SR NTP time %" G_GUINT64_FORMAT,
|
||||||
local_ntpnstime, ntpnstime);
|
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,
|
GST_DEBUG_OBJECT (bin,
|
||||||
"NTP diff %" G_GINT64_FORMAT ", RT diff %" G_GINT64_FORMAT, ntpdiff,
|
"NTP diff %" G_GINT64_FORMAT ", RT diff %" G_GINT64_FORMAT, ntpdiff,
|
||||||
rtdiff);
|
rtdiff);
|
||||||
|
|
Loading…
Reference in a new issue