mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
bindings: Bind the new formatter API
This commit is contained in:
parent
7c0ba83b26
commit
94a9806893
1 changed files with 9 additions and 0 deletions
|
@ -532,6 +532,15 @@
|
|||
(return-type "none")
|
||||
)
|
||||
|
||||
(define-method update_source_uri
|
||||
(of-object "GESFormatter")
|
||||
(c-name "ges_formatter_update_source_uri")
|
||||
(return-type "gboolean")
|
||||
(parameters
|
||||
'("GESTimelineFileSource*" "source")
|
||||
'("gchar*" "new_uri")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
;; From ges.h
|
||||
|
|
Loading…
Reference in a new issue