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 523705 - Many warnings from codegen.py
Many warnings from codegen.py
Status: RESOLVED NOTABUG
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-03-21 12:05 UTC by Sebastian Dröge (slomo)
Modified: 2008-03-22 23:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2008-03-21 12:05:07 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 :)
Comment 1 Edward Hervey 2008-03-22 23:24:02 UTC
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.