[Bug 715039] New: [PATCH] rtp: jitterbuffer: Fix inconsistency in waking up
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 22 12:28:45 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=715039
GStreamer | gst-plugins-good | unspecified
Summary: [PATCH] rtp: jitterbuffer: Fix inconsistency in waking
up
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: tdfischer at hackerbots.net
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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.
--
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