mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 10:13:51 +00:00
gst/libs.defs: Add definition for GstParamFlags, extension of the GParamFlags.
Original commit message from CVS: * gst/libs.defs: Add definition for GstParamFlags, extension of the GParamFlags. Only contains one flag, gst.PARAM_CONTROLLABLE. Closes #355150
This commit is contained in:
parent
9f017ec3e9
commit
bbdf0313b1
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
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
|
||||||
|
|
||||||
2006-08-31 Edward Hervey <edward@fluendo.com>
|
2006-08-31 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gst-0.10.10.ignore:
|
* gst/gst-0.10.10.ignore:
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
;; Enumerations and flags ...
|
;; Enumerations and flags ...
|
||||||
|
|
||||||
|
(define-flags ParamFlags
|
||||||
|
(in-module "Gst")
|
||||||
|
(c-name "GstParamFlags")
|
||||||
|
(values
|
||||||
|
'("controllable" "GST_PARAM_CONTROLLABLE")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-enum InterpolateMode
|
(define-enum InterpolateMode
|
||||||
(in-module "Gst")
|
(in-module "Gst")
|
||||||
(c-name "GstInterpolateMode")
|
(c-name "GstInterpolateMode")
|
||||||
|
|
Loading…
Reference in a new issue