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 406673 - Need AIFF parser
Need AIFF parser
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal enhancement
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-11 12:38 UTC by Götz Waschk
Modified: 2008-08-28 01:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Götz Waschk 2007-02-11 12:38:53 UTC
This is on Mandriva Cooker with gstreamer 0.10.11-4mdv2007.1 and gst-plugins-base 0.10.11. I've found a mp3 file with some header GStreamer does not understand:

# gst-typefind-0.10 01_Gamera.mp3 
01_Gamera.mp3 - application/x-id3

# file 01_Gamera.mp3 
01_Gamera.mp3: IFF data, AIFF-C compressed audio

It doesn't play in any GStreamer app, while other programs like mpg123 can play it just fine.
Comment 1 Tim-Philipp Müller 2007-02-11 12:46:14 UTC
Could you please make the file available somewhere (or e-mail it to me)?
Comment 2 Götz Waschk 2007-02-11 13:07:42 UTC
I've sent a mp3 file to Tim-Philipp.
Comment 3 Wim Taymans 2007-03-02 19:01:45 UTC
reassigning to -bad where the AIFF plugin should go.
Comment 4 Michael Smith 2008-08-28 01:04:48 UTC
Added an AIFF parser here:

2008-08-27  Michael Smith <msmith@songbirdnest.com>

    * configure.ac:
    * gst/aiffparse/Makefile.am:
    * gst/aiffparse/aiffparse.c:
    * gst/aiffparse/aiffparse.h:
      Add an AIFF parsing element, heavily based on wavparse.