I recently set up a fresh Linux Mint 21.2 installation on my computer, it's running on kernel 5.15 and 64-bit. The following problem occurs in fresh 32-bit and 64-bit WINE prefixes.
As I did on my old computer, I'm running the music application MusicBee as a portable application with WINE. It reads my library and plays back flac or even mp3 files just fine. However, playing m4a/aac files from iTunes does not work and I get the following error in the terminal:
Code: Select all
winegstreamer error: decodebin1: ../gst/playback/gstdecodebin2.c(4701): gst_decode_bin_expose (): /GstBin:bin1/GstDecodeBin:decodebin1:
no suitable plugins found:
Missing decoder: MPEG-4 AAC (audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)1210, rate=(int)44100, channels=(int)2)
So, I'm not sure why this never was a problem on my old Mint system (I did a fresh installation of 21.2 there too), but now is. The main difference would be the CPU (intel i7 6700 then, AMD Ryzen 7 7700X now) and therefore the mainboard and socket.
Please let me know if you need any more information.