GNOME Bugzilla – Bug 523705
Many warnings from codegen.py
Last modified: 2008-03-22 23:24:02 UTC
Hi, when building gst-python one gets many warnings from codegen.py. These are stuff like Could not write method GstStructure.get_uint: No ArgType for 'guint*' Warning: generating old-style constructor for:gst_ghost_pad_new Warning: Constructor for GstGhostPad needs to be updated to new API See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors This is with python-gobject 2.14.1 and python-gtk2 2.12.1. Apart from that it might make sense to sync the codegen stuff from a newer pygobject... but what do I know about python :)
those warnings are perfectly normal/non-fatal. They're there to inform what methods aren't being wrapped by the codegenerator. I'm closing this bug. If you want some functions wrapped, about a new bug about those.