[gstreamer-bugs] [Bug 602940] jitterbuffer is racy determining basetime

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 28 03:04:14 PST 2009


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2009-11-28 11:04:10 UTC ---
The test is very racy. The jitterbuffer does not have a clock and can't sync
outgoing packets. This means that it does not wait for reordered packets to
arrive but pushes as fast as it can. This makes it race against the chain
function, causing random dropped packets.

The resync of the base_time is normal when packets are out of order.

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