After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155274 - [ffdec_mp3] ID3 handling by gst-ffmpeg
[ffdec_mp3] ID3 handling by gst-ffmpeg
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal enhancement
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-13 09:32 UTC by gbz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gbz 2004-10-13 09:32:01 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.
Comment 1 Ronald Bultje 2004-10-13 14:06:56 UTC
Doesn't ffdemux_mp3 do that?
Comment 2 gbz 2004-11-08 10:49:24 UTC
Sorry, I don't know. All I can see is that I get these messages in the gst-player.
Comment 3 Ronald Bultje 2004-12-18 20:53:50 UTC
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.