Files
go-gst/examples/plugins/basetransform/internal/customtransform/element.go
RSWilli 846581a077 port more examples over to new generated bindings
plugins not yet working, examples mostly untested
2025-09-16 22:36:07 +02:00

10 lines
136 B
Go

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