Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
155 B · 15 lines
Go
12345678910111213141516package gstinit
import ( "sync"
"github.com/go-gst/go-gst/gst")
var initOnce sync.Once
func InitGST() { initOnce.Do(func() { gst.Init(nil) })}