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
I agree with you that the line of code you mentioned is unnecessary part.
I think gst_parse_launch() has no restriction on its parameter, pipeline_description so it would be enough let go-gst do samething.
If you raise PR then I can review/merge it.
When I tried to get the Basic tutorial 1: Hello World example to run, I get the following error message:
The example can be found here:
https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html?gi-language=c
I guess the reason is that the string is always expected to include an exclamation mark ?
The string given to the launch command is:
"playbin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm"
The text was updated successfully, but these errors were encountered: