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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 13 12:43:28 PDT 2014


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

--- Comment #1 from Aleix Conchillo Flaqué <aleix at oblong.com> 2014-05-13 19:43:23 UTC ---
Created an attachment (id=276473)
 View: https://bugzilla.gnome.org/attachment.cgi?id=276473
 Review: https://bugzilla.gnome.org/review?bug=730078&attachment=276473

keep looping when events found

This patch keeps looping through the list of items in the jitter queue until
the right position is found.

- every time an event is found a reference is kept if not already set 
  (consecutive events).

- if a packet before an event has a greater seqnum, the event reference is
reset 
  until a new event is found (if any).

At the end, if we still have a reference to an event we insert the packet after
the event. Otherwise, it means we have found a position for the event.

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