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