GNOME Bugzilla – Bug 155274
[ffdec_mp3] ID3 handling by gst-ffmpeg
Last modified: 2004-12-22 21:47:04 UTC
For decoding mp3, I'd like to use ffmpeg instead of mad. That works in the general perspective, but when encountering a file which has ID3 metadata tags, there is an error message saying ID3 cannot be handled. So what would be desireable is either to allow gst-ffmpeg to read ID3, if it's capable. Otherwise an option to bypass ID3 reading would be nice.
Doesn't ffdemux_mp3 do that?
Sorry, I don't know. All I can see is that I get these messages in the gst-player.
Fixed in CVS, works now as far as I can see. It will read tags, but it won't expose them to the user yet. I'll fix that later, it requires some work in the demuxer.