[gstreamer-bugs] [Bug 329075] __gsignals__ doesn' t work in classes derived from gst.Pipeline
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Jan 29 07:35:34 PST 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=329075
GStreamer | gst-python | Ver: HEAD CVS
Edward Hervey changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bilboed at bilboed.com
------- Comment #4 from Edward Hervey 2006-01-29 15:35 UTC -------
(In reply to comment #3)
> (In reply to comment #2)
> > Call self.__gobject_init__() instead of chaning to the normal constructor.
> >
> > I believe it's because gst.Element overrides __new__.
> >
>
> It works indeed, thanks Johan. It is, however, pretty confusing that you have
> to do this sometimes. I still think this is a problem.
>
It is indeed a problem, something to do with constructors.
If you chain up to gst.Object.__init__() or gst.Element.__init__() it works
fine, but it doesn't if you chain up to gst.Bin.__init__() or
gst.Pipeline.__init__().
--
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