[Gstreamer-bugs] [Bug 143283] - [PATCH] Property accessors for the mixer interface
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Thu May 27 05:07:08 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=143283
GStreamer | gst-plugins | Ver: HEAD CVS
------- Additional Comments From owen at discobabe.net 2004-05-27 08:07 -------
Created an attachment (id=28083)
--> (http://bugzilla.gnome.org/attachment.cgi?id=28083&action=view)
Adds the property accessors
The attached patch adds the property accessors to GstMixerTrack and a
gst_mixer_options_get_values method to get the list of possible values for a
GstMixerOptions track.
It also includes a couple of syntax changes, in particular,
typedef struct _Gst... { } Gst...;
->
typedef struct _Gst... Gst...;
struct _Gst... { };
because GAPI doesn't like this and I don't think it's consistent with the GNOME
programming style.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list