mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-06 00:17:00 +08:00
cleanup
This commit is contained in:
@@ -232,7 +232,5 @@ func main() {
|
||||
outFile = outFile + ".gif"
|
||||
}
|
||||
|
||||
examples.RunLoop(func(mainLoop *gst.MainLoop) error {
|
||||
return encodeGif(mainLoop)
|
||||
})
|
||||
examples.RunLoop(encodeGif)
|
||||
}
|
||||
|
Reference in New Issue
Block a user