mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-07 00:43:29 +08:00
comment customBaseTransform to fix staticcheck
TODO: re-implement the example
This commit is contained in:
@@ -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
|
||||
// }
|
||||
|
Reference in New Issue
Block a user