[Bug 715039] [PATCH] rtp: jitterbuffer: Fix inconsistency in waking up

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 22 12:29:38 PST 2013


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

--- Comment #1 from Torrie Fischer <tdfischer at hackerbots.net> 2013-11-22 20:29:35 UTC ---
Created an attachment (id=261269)
 View: https://bugzilla.gnome.org/attachment.cgi?id=261269
 Review: https://bugzilla.gnome.org/review?bug=715039&attachment=261269

[PATCH] rtp: jitterbuffer: Fix inconsistency in waking up


When the jitterbuffer is in slave mode, the src pad task can sometimes run out
of buffers. Once that happens, the task waits for new events, but never gets
woken up until a lost buffer timeout occurs. The jitterbuffer can enter a state
of not setting up a dropped buffer timeout while still waiting for new buffers.
This change wakes up the src pad task regardless of wait reason once a new
buffer arrives on the sink pad.
---
 gst/rtpmanager/gstrtpjitterbuffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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