[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 04:36:31 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 07:36 -------
It's actually not necessary to have this. But I understand that it will make
things easier from a language binding point of view.
In C, you can just do:
GST_MIXER(element)->label ...
And, don't create a new method call get_property(). It's already used by GObject
and shouldn't be used by any classes/interfaces derived. (same with connect,
that used to be used by GstElement)
I'd rather see accessors for all different field names, like .set_label/.get_label.
------- 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