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 604611 - [qtdemux] Provides invalid ALAC codec data
[qtdemux] Provides invalid ALAC codec data
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-15 11:53 UTC by Sebastian Dröge (slomo)
Modified: 2009-12-17 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2009-12-15 11:53:20 UTC
Hi,

the file at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561227 contains an ALAC stream. When passing this to ffmpeg it complains, that the extradata size is not correct. It expected 36 but gets 80.

mplayer plays the audio just fine.
Comment 1 Wim Taymans 2009-12-17 15:24:49 UTC
commit cc277b4a26d099a5ef58aa8b2d8ae02554f7d250
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Dec 17 16:22:56 2009 +0100

    qtdemux: Fix ALAC codec_data parsing
    
    Fixes #604611