[gstreamer-bugs] [Bug 339279] Subclassing from interfaces isn't always possible

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Apr 22 13:08:32 PDT 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=339279
 GStreamer | gst-python | Ver: HEAD CVS





------- Comment #7 from Edward Hervey  2006-04-22 20:08 UTC -------
the get_type method is not generated because there is an ignore for all
*_get_type functions/methods in gst.override.

This ignore should go and all _get_type() definitions (the ones to get the
corresponding GType for a class) in gst.defs should go.

But then another problem will hit the fan : the get_type() method doesn't take
any argument, which is going to make it really hard to figure out the python
wrapper for that class... since there isn't any.

This needs more thinking.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list