mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-04 15:42:52 +08:00
some staticcheck fixes
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
func runPipeline(mainLoop *glib.MainLoop) error {
|
||||
if len(os.Args) == 1 {
|
||||
return errors.New("Pipeline string cannot be empty")
|
||||
return errors.New("pipeline string cannot be empty")
|
||||
}
|
||||
|
||||
gst.Init(&os.Args)
|
||||
|
Reference in New Issue
Block a user