mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 07:56:51 +08:00
major rework of reference handling
This commit is contained in:
@@ -83,9 +83,7 @@ func playbin(mainLoop *glib.MainLoop) error {
|
||||
return true
|
||||
})
|
||||
|
||||
mainLoop.Run()
|
||||
|
||||
return playbin.SetState(gst.StateNull)
|
||||
return mainLoop.RunError()
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user