This is not what I said, `audio/mpeg, mpegversion=1` matches mpegaudioparse, which then outputs `audio/mpeg, mpegversion=1` but if we cut it to `audio/mpeg`, we might get an AAC decoder matching that caps enumerated first, which then won't connect. Could be the other way around for that matter, as long as there's parser and decoder with ambiguous mime types.