GStreamer could not create the element queue2 with name pipeline-2-audioqueue
-
I get this error with version 1.0.11 - 1.0.12 on debian 10 Buster. I've tried removing and reinstalling gstreamer -plugins-* but there's not difference, I'm not sure what to do next.
-
@geeymb
libgstcoreelements.so
contains queue2 and should be part of the main gstreamer package.
So it seems that something is wrong with the gstreamer installation, maybe this needs to be reported to debian.
You can try starting strawberry from a terminal and see if you can see any more error messages.You can also try to delete the gstreamer plugin cache, even though this should probably not make a different since it's not a plugin element.
rm ~/.cache/gstreamer-1.0/registry.x86_64.bin
-
@geeymb
And what doesgst-inspect-1.0 queue2
say?