I tried updating gstreamer to 1.16.3 via gst-install
(newest JetPack 4.5, unminified) and it compiled and installed a somewhat working version. As there seem to be some incompatibilities with nvidia proprietary functions I would like to revert back to 1.14.5. While gst-install
made a backup and printed out the instructions on how to restore the previous version this does not seem to work as expected.
Whenever I do tar xPf /root/gst-1.1.0-20210130_110429.tar.gz
(which is the 1.14.5 backup) and do gst-inspect-1.0 --version
directly afterwards it prints out:
gst-inspect-1.0 version 1.14.5
GStreamer 1.14.5
https://launchpad.net/distros/ubuntu/+source/gstreamer1.0
But after some time when I check the version again it suddenly (and without me doing anything) states:
gst-inspect-1.0 version 1.14.5
GStreamer 1.16.3
https://launchpad.net/distros/ubuntu/+source/gstreamer1.0
I already tried to compile 1.14.5 with gst-install but it fails on plugins-bad. Uninstalling gstreamer packages via APT and reinstalling them does not fix this as well.
Any idea how I can cleanly & permanently revert to 1.14.5?