package customtransform import ( "github.com/go-gst/go-gst/pkg/gstbase" ) type customBaseTransform struct { gstbase.BaseTransform }