comment customBaseTransform to fix staticcheck

TODO: re-implement the example
This commit is contained in:
RSWilli
2025-09-16 22:36:08 +02:00
parent 78c4c1bb91
commit e66718fb38

View File

@@ -1,9 +1,5 @@
package customtransform
import (
"github.com/go-gst/go-gst/pkg/gstbase"
)
type customBaseTransform struct {
gstbase.BaseTransform
}
// type customBaseTransform struct {
// gstbase.BaseTransform
// }