[Bug 764889] rtp_jitter_buffer_get_ts_diff returns incorrect values
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 12 07:18:55 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=764889
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 4a0de53cc17fa4ee9762df0f58d7a29729eb4939
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Tue Apr 12 10:15:39 2016 +0300
rtpjitterbuffer: Fix rtp_jitter_buffer_get_ts_diff() fill level calculation
The head of the queue is the oldest packet (as in lowest seqnum), the tail
is
the newest packet. To calculate the fill level, we should calculate
tail-head
while considering wraparounds. Not the other way around.
Other code is already doing this in the correct order.
https://bugzilla.gnome.org/show_bug.cgi?id=764889
--
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