[Bug 730078] rtpjitterbuffer: wrong packet insertion if events present in the jitter queue

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 14 01:30:36 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730078
  GStreamer | gst-plugins-good | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.2

--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2014-05-14 08:30:26 UTC ---
commit bcd469ff316086e0f6db0a5af2dc7cc3eea938fd
Author: Aleix Conchillo Flaqué <aleix at oblong.com>
Date:   Tue May 13 12:25:04 2014 -0700

    rtpjitterbuffer: don't stop looping if event found in the queue

    If we are inserting a packet into the jitter queue we need to keep
    looping through the items until the right position is found. Currently,
    the code stops as soon as an event is found in the queue.

    Regarding events, we should only move packets before an event if there
    is another packet before the event that has a larger seqnum.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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