Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
init-gst
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/gstvideo_multi.xtm
Implementation
;;;;;;;;;;;;;;;;;;;;;;;
;; GST init
(
bind-func
init-gst
(
lambda
()
(
gst_init_check
null
null
null
)))
Back to Index