[gstreamer-bugs] [Bug 382592] New: Multiple wait()ers break periodic clock ids
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Dec 5 05:25:24 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=382592
GStreamer | gstreamer (core) | Ver: HEAD CVS
Summary: Multiple wait()ers break periodic clock ids
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: mail at renestadler.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
In gst_clock_id_wait and gst_system_clock_async_thread, this is executed for a
periodic clock entry:
entry->time += entry->interval;
Obviously, this does not work as intended if there are two wait()s or a wait()
and a wait_async() for the same periodic id. Attaching a test suite addition
that implements the latter case as well a fix.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list