[gstreamer-bugs] [Bug 562280] New: GstClockID not wrapped correcty

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Nov 25 16:34:58 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=562280

  GStreamer | gst-python | Ver: HEAD CVS
           Summary: GstClockID not wrapped correcty
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thomas at apestaart.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In [1]: import gst

In [2]: c = gst.SystemClock()

In [3]: cid = c.n
c.new_periodic_id     c.new_single_shot_id  c.notify

In [3]: cid = c.ne
c.new_periodic_id     c.new_single_shot_id  

In [3]: cid = c.new_single_shot_id(5 * gst.SECOND)

In [4]: type(cid)
Out[4]: <type 'gobject.GPointer'>


cid should have been a GstClockID so that methods like wait_async() are
available on it.

A unit test should be added to assure this works.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=562280.




More information about the Gstreamer-bugs mailing list