You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently gstreamer is upgraded to 1.20.0 by brew of mac x86 notebook.
After upgrade, the examples do not work as follows.
In gstreamer 1.18.5, they work well.
[ GSTREAMER ] shim init
[ GST ] program is linked against GStreamer 1.20.0
panic: pipeline error
goroutine 1 [running]:
main.main()
/Users/stoney/coding/go/src/github.com/notedit/gst-go-demo/appsrc/main.go:15 +0x198
exit status 2
The text was updated successfully, but these errors were encountered:
Recently gstreamer is upgraded to 1.20.0 by brew of mac x86 notebook.
After upgrade, the examples do not work as follows.
In gstreamer 1.18.5, they work well.
[ GSTREAMER ] shim init
[ GST ] program is linked against GStreamer 1.20.0
panic: pipeline error
goroutine 1 [running]:
main.main()
/Users/stoney/coding/go/src/github.com/notedit/gst-go-demo/appsrc/main.go:15 +0x198
exit status 2
The text was updated successfully, but these errors were encountered: