Error on start of application
I have a fresh KDE Neon installation, after having built UxPlay without errors, i get
$ ./uxplay
Required gstreamer plugin 'autodetect' not found
uxplay: /home/stefanof/UxPlay/renderers/video_renderer_gstreamer.c:63: video_renderer_init: Assertion `check_plugins ()' failed.
[1] 60553 abort ./uxplay
No additional log can be found.
There is an updated UxPlay at pr #58. Check you have all the suggested gstreamer plugins installed.
you need :
apt install gstreamer1.0-plugins-good
you need :
apt install gstreamer1.0-plugins-good
As u said, i have installed the package, even reinstall all related gStreamer package. But it's not working.
My OS is ubuntu22.04. I showed the error image as follow.

Maybe i should recompile it as fix?
- Post Issues at https://github.com/FDH2/UxPlay
You may wish to build UxPlay-1.63 (latest). Ubuntu 22.04 supplies Ubuntu-1.46 (old)
- read the Troubleshooting section of the README document3.
https://github.com/FDH2/UxPlay#4-gstreamer-issues-missing-plugins-etc
If anyone ran into this issue, this is what worked for me on Ubuntu22.04:
sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav gstreamer1.0-plugins-bad
The key is the plugin gstreamer1.0-libav, @Ma1oneZhang
Notice I had to install the bad one as well to get it to work, otherwise I was getting a non-helpful missing plugin error message.