[gstreamer-bugs] [Bug 381492] New: [SystemClock] ClockID wait_async notification broken

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Dec 1 20:26:30 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=381492

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: [SystemClock] ClockID wait_async notification broken
           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


Situation: With the system clock, create two clock ids for some clock times T1
and T2 in the future such that T1 < T2.  Perform an async_wait on the id for
T2, then the same for the other id.  Note that the chronological order is
swapped; the id to trigger first is added for async notification in second
(which should not matter).

Expected result: At T1 and T2, a notification happens for each clock id
respectively.

Actual result: The clock ignores the early id until T2 is reached, at which
point it notifies the id for T2 and then the T1 id shortly afterwards.

Attaching a testsuite addition that demonstrates the problem.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list