[gstreamer-bugs] [Bug 329075] __gsignals__ doesn' t work in classes derived from gst.Pipeline

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 7 10:24:40 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=329075
 GStreamer | gst-python | Ver: HEAD CVS





------- Comment #5 from Edward Hervey  2006-04-07 17:24 UTC -------
The reason why this fails is because we are using gst_bin_new() and
gst_pipeline_new() as the constructors for gst.Bin and gst.Pipeline.

Those constructors will override the associated gobject contained in a
PyGObject (where a lot of stuff was setup).

We need to use the new properties system proposed in #313138 in order for the
object to be created the regular way (via py_gobject_constructv()).


-- 
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