[Bug 784002] rtpbin: ntp-sync temporarily causes old timestamps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 13 07:53:25 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=784002

--- Comment #15 from Patrick Radizi <patrick.radizi at axis.com> ---
I did not know that timestamps where allowed to go backwards. But for my use
case that check is actually not important. I only need the other functionality
that comes with the new max-ts-offset-adjustment parameter.

So, if I understand you correctly then what is causing this problem is the if
statement at gstrtpjitterbuffer.c:3480 that checks if 
GST_BUFFER_PTS (outbuf) < priv->last_out_time. 

That if statement can be removed without affecting my use case. Would that be
an ok solution for you?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list