https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #4 from xenus@blueyonder.co.uk --- gst-inspect-1.0 | grep id3 typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta taglib: id3v2mux: TagLib-based ID3v2 Muxer id3demux: id3demux: ID3 tag demuxer id3tag: id3mux: ID3 v1 and v2 Muxer libav: avmux_mp3: libav MP3 (MPEG audio layer 3) formatter (not recommended, use id3v2mux instead) libav: avmux_mp2: libav MP2 (MPEG audio layer 2) formatter (not recommended, use id3v2mux instead)
Could the names have changed on the wine side so that application/x-id3 doesn't match up with either the v1 or v2 options in gstreamer??