On Tue, 26 May 2020, Paul Gofman wrote:
On 5/26/20 12:41, Francois Gouget wrote:
Did you try the checkgst32 tool? Particularly after deleting / moving away ~/.cache/gstreamer-1.0/registry.i686.bin.
Sorry I might have missed something but where can I find this tool?
Here: https://www.winehq.org/pipermail/wine-devel/2020-May/166719.html
[...]
So maybe the key to success here is not having 32 bit gst-plugin-scanner installed,
I don't know of a way of getting the 32-bit gst-plugin-scanner installed on Fedora, short of using rpm2cpio on the 32-bit package and then copying it in place.
or even 64 bit gst-plugin-scanner being not available through auto search path?
gst-plugin-scanner is installed by gstreamer1.x86_64. So again the only way to not have it while still being able to use GStreamer is to go the full manual route and sudo rm gst-plugin-scanner.
(I'm not quite sure I understand 'auto search path' though)