mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst/gst.defs: Updated to new API
Original commit message from CVS: * gst/gst.defs: Updated to new API
This commit is contained in:
parent
4bac0b3066
commit
7aac0c417e
2 changed files with 33 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-14 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gst.defs:
|
||||||
|
Updated to new API
|
||||||
|
|
||||||
2005-10-14 Edward Hervey <edward@fluendo.com>
|
2005-10-14 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gst-types.defs:
|
* gst/gst-types.defs:
|
||||||
|
|
28
gst/gst.defs
28
gst/gst.defs
|
@ -4024,6 +4024,17 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-method check_version
|
||||||
|
(of-object "GstPluginFeature")
|
||||||
|
(c-name "gst_plugin_feature_check_version")
|
||||||
|
(return-type "gboolean")
|
||||||
|
(parameters
|
||||||
|
'("guint" "min_major")
|
||||||
|
'("guint" "min_minor")
|
||||||
|
'("guint" "min_micro")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
;; From ../gstreamer/gst/gstquery.h
|
;; From ../gstreamer/gst/gstquery.h
|
||||||
|
|
||||||
(define-function gst_query_get_type
|
(define-function gst_query_get_type
|
||||||
|
@ -4387,6 +4398,23 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-method scan_paths
|
||||||
|
(of-object "GstRegistry")
|
||||||
|
(c-name "gst_registry_scan_paths")
|
||||||
|
(return-type "none")
|
||||||
|
)
|
||||||
|
|
||||||
|
(define-function gst_default_registry_check_feature_version
|
||||||
|
(c-name "gst_default_registry_check_feature_version")
|
||||||
|
(return-type "gboolean")
|
||||||
|
(parameters
|
||||||
|
'("const-gchar*" "feature_name")
|
||||||
|
'("guint" "min_major")
|
||||||
|
'("guint" "min_minor")
|
||||||
|
'("guint" "min_micro")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
;; From ../gstreamer/gst/gststructure.h
|
;; From ../gstreamer/gst/gststructure.h
|
||||||
|
|
||||||
(define-function gst_structure_get_type
|
(define-function gst_structure_get_type
|
||||||
|
|
Loading…
Reference in a new issue