GNOME Bugzilla – Bug 536192
gst.CollectPads doesn't have an add_pad method
Last modified: 2008-06-05 11:01:34 UTC
The current gst-python bindings seems to lack CollectPads.add_pad as well as CollectPads.add_pad_full methods
Seems to be caused by: 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.add_pad_full: No ArgType for 'GstCollectDataDestroyNotify' 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*'
There are many other "Could not write method" and "Could not write virtual *" errors btw... might make sense to have someone look through all of them ;)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 384546 ***