GNOME Bugzilla – Bug 406673
Need AIFF parser
Last modified: 2008-08-28 01:04:48 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.
Could you please make the file available somewhere (or e-mail it to me)?
I've sent a mp3 file to Tim-Philipp.
reassigning to -bad where the AIFF plugin should go.
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.