mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtpsource: complete warn log with SSRC
https://bugzilla.gnome.org/show_bug.cgi?id=767195
This commit is contained in:
parent
fdac3a7a23
commit
389e0abeb0
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue