After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 355150 - Expose GST_PARAM_CONTROLLABLE in the bindings
Expose GST_PARAM_CONTROLLABLE in the bindings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other All
: Normal trivial
: 0.10.6
Assigned To: Edward Hervey
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2006-09-09 16:48 UTC by René Stadler
Modified: 2006-09-10 08:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against current CVS. (417 bytes, patch)
2006-09-09 16:49 UTC, René Stadler
accepted-commit_now Details | Review

Description René Stadler 2006-09-09 16:48:44 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.
Comment 1 René Stadler 2006-09-09 16:49:53 UTC
Created attachment 72456 [details] [review]
Patch against current CVS.
Comment 2 Edward Hervey 2006-09-10 08:53:46 UTC
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