[Bug 762211] rtpjitterbuffer: Don't drop packets after big gap

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 18 07:38:30 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This should be fixed by

commit e4b2360e6e5bff335a6b688a03a2385bcb8ea9c0
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed Dec 9 12:24:09 2015 +0200

    rtpjitterbuffer: Fix packet dropping after a big discont

    We would queue 5 consective packets before considering a reset and a proper
    discont here. Instead of expecting the next output packet to have the
current
    seqnum (i.e. the fifth), expect it to have the first seqnum. Otherwise
we're
    going to drop all queued up packets.

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