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:
@@ -84,7 +84,6 @@ func mainLoop(loop *glib.MainLoop, pipeline *gst.Pipeline) error {
|
||||
switch msg.Type() {
|
||||
case gst.MessageEOS:
|
||||
fmt.Println("Got EOS message")
|
||||
pipeline.Destroy()
|
||||
loop.Quit()
|
||||
default:
|
||||
fmt.Println(msg)
|
||||
|
Reference in New Issue
Block a user