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 645568 - aiffparse: doesn't play 24-bit AIFF properly
aiffparse: doesn't play 24-bit AIFF properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-22 21:12 UTC by Bastien Nocera
Modified: 2011-03-30 08:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-03-22 21:12:55 UTC
Trying to play:
http://soundcloud.com/zinc/fugeez-or-not-1996-mix/download
results in static
Comment 1 Tim-Philipp Müller 2011-03-30 08:25:35 UTC
This was fixed (bug status got reverted due to bugzilla database restoration):

 commit 5c97b148a9c47ebd04af2bed614570cf1cbf5268
 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
 Date:   Thu Mar 24 09:58:45 2011 +0100

    aiffparse: The SSND header is 16 bytes large, not 8 + 16 bytes
    
    Fixes bug #645568 and playback in pull mode for sample widths > 8 that
    are not a multiple of 2 bytes (e.g. 24 bit samples).