mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
uri: add filename_to_uri to bindings
This commit is contained in:
parent
855093570f
commit
fe71622a66
1 changed files with 9 additions and 0 deletions
|
@ -8288,6 +8288,15 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-function filename_to_uri
|
||||||
|
(c-name "gst_filename_to_uri")
|
||||||
|
(return-type "gchar*")
|
||||||
|
(parameters
|
||||||
|
'("const-gchar*" "uri")
|
||||||
|
'("GError**" "error")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-function element_make_from_uri
|
(define-function element_make_from_uri
|
||||||
(c-name "gst_element_make_from_uri")
|
(c-name "gst_element_make_from_uri")
|
||||||
(return-type "GstElement*")
|
(return-type "GstElement*")
|
||||||
|
|
Loading…
Reference in a new issue