diff --git a/examples/gif-encoder/main.go b/examples/gif-encoder/main.go index f0f8892..773d7d2 100644 --- a/examples/gif-encoder/main.go +++ b/examples/gif-encoder/main.go @@ -131,7 +131,7 @@ func encodeGif(mainLoop *gst.MainLoop) error { fmt.Println("Could not encode images to gif format!", err) } // Signal the pipeline that we've completed EOS - pipeline.GetPipelineBus().Post(gst.NewEOSMessage(appSink)) + // pipeline.GetPipelineBus().Post(gst.NewEOSMessage(appSink)) }, NewSampleFunc: func(sink *app.Sink) gst.FlowReturn { // Increment the frame number counter