[Bug 711412] rtpjitterbuffer: Automatically calculate RTX properties based on RTT

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 27 22:57:01 PST 2013


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

--- Comment #5 from Torrie Fischer <tdfischer at hackerbots.net> 2013-11-28 06:56:54 UTC ---
Created an attachment (id=263000)
 View: https://bugzilla.gnome.org/attachment.cgi?id=263000
 Review: https://bugzilla.gnome.org/review?bug=711412&attachment=263000

[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