From 389e0abeb0c9c80fbd9468f384543d74ee477655 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miguel=20Par=C3=ADs=20D=C3=ADaz?= Date: Fri, 3 Jun 2016 13:09:35 +0200 Subject: [PATCH] rtpsource: complete warn log with SSRC https://bugzilla.gnome.org/show_bug.cgi?id=767195 --- gst/rtpmanager/rtpsource.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 067f9f1..9fe5888 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -1496,7 +1496,8 @@ rtp_source_get_new_sr (RTPSource * src, guint64 ntpnstime, t_rtp -= gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND); } } else { - GST_WARNING ("no clock-rate, cannot interpolate rtp time"); + GST_WARNING ("no clock-rate, cannot interpolate rtp time for SSRC %u", + src->ssrc); } /* convert the NTP time in nanoseconds to 32.32 fixed point */ -- 2.7.4