[Bug 770081] rtpjitterbuffer: do not use an old buffer's reveive time to update jitter

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 18 10:44:56 UTC 2016


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

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
Ideally, we'd do that only for the retransmitted packets. Short of keeping a
list of those, though, I don't see a way to tell which are retransmitted, and
which are merely out of order. I suppose keeping a list should be OK since it's
not going to happen too often.

>From what I can see, the delta is used to calculate the min in a window, so it
can get the "best case" to estimate the clock drift, and using late buffers
will not hit the min. So I don't think it matters in that case.

-- 
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