mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
info categories function not picked up automagically for some reason.
Original commit message from CVS: info categories function not picked up automagically for some reason. add it.
This commit is contained in:
parent
0b4078eae0
commit
cb96d5a69f
4 changed files with 32 additions and 0 deletions
|
@ -1767,6 +1767,14 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_set_categories
|
||||
(c-name "gst_info_set_categories")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("guint32" "categories")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_get_categories
|
||||
(c-name "gst_info_get_categories")
|
||||
(return-type "guint32")
|
||||
|
|
|
@ -1767,6 +1767,14 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_set_categories
|
||||
(c-name "gst_info_set_categories")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("guint32" "categories")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_get_categories
|
||||
(c-name "gst_info_get_categories")
|
||||
(return-type "guint32")
|
||||
|
|
|
@ -1767,6 +1767,14 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_set_categories
|
||||
(c-name "gst_info_set_categories")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("guint32" "categories")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_get_categories
|
||||
(c-name "gst_info_get_categories")
|
||||
(return-type "guint32")
|
||||
|
|
|
@ -1767,6 +1767,14 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_set_categories
|
||||
(c-name "gst_info_set_categories")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("guint32" "categories")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function gst_info_get_categories
|
||||
(c-name "gst_info_get_categories")
|
||||
(return-type "guint32")
|
||||
|
|
Loading…
Reference in a new issue