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 664725 - aiffparse: extract embedded ID3 tags
aiffparse: extract embedded ID3 tags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal enhancement
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-24 12:55 UTC by Damian Senn
Modified: 2011-11-27 23:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damian Senn 2011-11-24 12:55:10 UTC
I got several AIFF files with ID3 (I guess it's ID3v2) tags somewhere near the end of the file. It would be awesome if gstreamer would support them. As far as i know, the ID3 tags were written by iTunes or other online stores, i'm not sure if anything other out there is writing ID3 tags to AIFF files. If you need such a file, feel free to E-Mail me :)
Comment 1 Tim-Philipp Müller 2011-11-24 13:03:02 UTC
GStreamer should already read those tags if they're not embedded into the AIFF structure.

Could you e-mail me one of those files please?
Comment 2 Tim-Philipp Müller 2011-11-24 13:47:57 UTC
Thanks, will have a look at this later.
Comment 3 Tim-Philipp Müller 2011-11-27 23:30:56 UTC
Thanks for the bug report, this should fix it:

commit 98b9d602c1b7c9a4c7bed083f6549c481570caa7
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Thu Nov 24 13:49:12 2011 +0000

    aiffparse: extract ID3 tags embedded in ID3 chunks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664725