[Gstreamer-bugs] [Bug 143283] - [PATCH] Property accessors for the mixer interface

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri May 28 06:33:47 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=143283
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From johan at gnome.org  2004-05-28 09:33 -------
Well, remember that an interface is not a class. I'm actually quite sure that
interfaces provides properties already. The FileChooser for gtk+ 2.4 uses this.

For python bindings (and other OO) bindings, the method get_property() is
important to preserve, since it should map to the method of GObject instead of
GstMixer. Otherwise

mixer.get_property('name') will fail, since 'name' is a property of GstElement,
but not found in the mixer (since it's an interface) and only provedes label etc.

------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list