GNOME Bugzilla – Bug 355150
Expose GST_PARAM_CONTROLLABLE in the bindings
Last modified: 2006-09-10 08:53:46 UTC
Attached patch provides the GST_PARAM_CONTROLLABLE flag as gst.PARAM_CONTROLLABLE in the bindings. Might be there is a more correct way to declare it (for example, the given c-name does not really exist). Providing this flag allows applications to introspect for controllable properties by checking gparamspec.flags & gst.PARAM_CONTROLLABLE.
Created attachment 72456 [details] [review] Patch against current CVS.
2006-09-10 Edward Hervey <edward@fluendo.com> * gst/libs.defs: Add definition for GstParamFlags, extension of the GParamFlags. Only contains one flag, gst.PARAM_CONTROLLABLE. Closes #355150