mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-17 13:31:43 +08:00
formatting
This commit is contained in:
@@ -91,7 +91,7 @@ func main() {
|
|||||||
mainLoop.Run()
|
mainLoop.Run()
|
||||||
|
|
||||||
// Destroy the pipeline
|
// Destroy the pipeline
|
||||||
if err := pipeline.Destroy() ; err != nil {
|
if err := pipeline.Destroy(); err != nil {
|
||||||
fmt.Println("Error destroying the pipeline:", err)
|
fmt.Println("Error destroying the pipeline:", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user