mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 07:56:51 +08:00
10 lines
136 B
Go
10 lines
136 B
Go
package customtransform
|
|
|
|
import (
|
|
"github.com/go-gst/go-gst/pkg/gstbase"
|
|
)
|
|
|
|
type customBaseTransform struct {
|
|
gstbase.BaseTransform
|
|
}
|