After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 536192 - gst.CollectPads doesn't have an add_pad method
gst.CollectPads doesn't have an add_pad method
Status: RESOLVED DUPLICATE of bug 384546
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-02 09:00 UTC by Ali Sabil
Modified: 2008-06-05 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ali Sabil 2008-06-02 09:00:12 UTC
The current gst-python bindings seems to lack CollectPads.add_pad as well as CollectPads.add_pad_full methods
Comment 1 Sebastian Dröge (slomo) 2008-06-04 07:27:36 UTC
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*'
Comment 2 Sebastian Dröge (slomo) 2008-06-04 07:28:47 UTC
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 ;)
Comment 3 Sebastian Dröge (slomo) 2008-06-05 11:01:34 UTC
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 ***