[gstreamer-bugs] [Bug 384546] New: gst.CollectPads unusable

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 10 14:44:14 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=384546

  GStreamer | gst-python | Ver: HEAD CVS

           Summary: gst.CollectPads unusable
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: simon.lipp at insa-lyon.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


gst.CollectPads don't have GstCollectPads methods:

moonz ~ 23:25% python                                                           
Python 2.5 (r25:exporté, Nov 11 2006, 12:32:43) 
[GCC 4.1.1 (Gentoo 4.1.1-r1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gst
>>> gst.version()
(0, 10, 11, 0)
>>> coll = gst.CollectPads()
>>> dir(coll)
['__class__', '__cmp__', '__delattr__', '__dict__', '__doc__', '__gdoc__',
'__getattribute__', '__gobject_init__', '__grefcount__', '__gstrefcount__',
'__gtype__', '__hash__', '__init__', '__module__', '__new__', '__reduce__',
'__reduce_ex__', '__repr__', '__setattr__', '__str__', 'available', 'chain',
'collect', 'collect_range', 'connect', 'connect_after', 'connect_object',
'connect_object_after', 'debug', 'default_error', 'disconnect',
'disconnect_by_func', 'emit', 'emit_stop_by_name', 'error', 'freeze_notify',
'get_data', 'get_name', 'get_name_prefix', 'get_parent', 'get_path_string',
'get_property', 'handler_block', 'handler_block_by_func', 'handler_disconnect',
'handler_is_connected', 'handler_unblock', 'handler_unblock_by_func',
'has_ancestor', 'info', 'is_active', 'log', 'notify', 'props', 'remove_pad',
'set_data', 'set_flag', 'set_flushing', 'set_name', 'set_name_prefix',
'set_parent', 'set_property', 'start', 'stop', 'stop_emission', 'thaw_notify',
'unparent', 'unset_flag', 'warning']
>>> coll.add_pad
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'gst.CollectPads' object has no attribute 'add_pad'
>>> 

When building gst-python from CVS, I get some errors like:
Could not write method GstCollectPads.set_function: No ArgType for
'GstCollectPadsFunction'
Could not write method GstCollectPads.add_pad: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.peek: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.pop: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.read: No ArgType for 'GstCollectData*'
Could not write method GstCollectPads.flush: No ArgType for 'GstCollectData*'


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




More information about the Gstreamer-bugs mailing list