[Bug 730039] rtpjitterbuffer: jitter buffer stalls if first seqnum is different than seqnum-base

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 13 07:27:37 PDT 2014


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

--- Comment #2 from Aleix Conchillo Flaqué <aleix at oblong.com> 2014-05-13 14:27:35 UTC ---
Not sure if the following is a realistic case, but I think it could happen.
With the new approach, what would happen in this case?

10345 10346 -1
h            t

10344 is to be inserted. But because of this:

  for (; list; list = g_list_previous (list)) {
    ...

    if (qitem->seqnum == -1)
      break;

It seems it will be inserted in the tail:

10345 10346 -1 10344
h                  t

instead of:

10344 10345 10346 -1
h                  t

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