Update README.md

update quickstart example
This commit is contained in:
Avi Zimmerman
2021-03-11 08:28:46 +02:00
committed by GitHub
parent 01157b7eca
commit 9ce4fbdc33

View File

@@ -81,7 +81,7 @@ func main() {
/// Let GStreamer create a pipeline from the parsed launch syntax on the cli.
pipeline, err := gst.NewPipelineFromString(pipelineString)
if err != nil {
fmt.Println("Pipeline string cannot be empty")
fmt.Println(err)
os.Exit(2)
}