rtpsource: complete warn log with SSRC

https://bugzilla.gnome.org/show_bug.cgi?id=767195
This commit is contained in:
Miguel París Díaz 2016-06-03 13:09:35 +02:00 committed by Sebastian Dröge
parent fdac3a7a23
commit 389e0abeb0

View file

@ -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); t_rtp -= gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND);
} }
} else { } 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 */ /* convert the NTP time in nanoseconds to 32.32 fixed point */