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 168558 - [faad] Unsupported FAAD channel position 0x0 encountered (with faad-CVS)
[faad] Unsupported FAAD channel position 0x0 encountered (with faad-CVS)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-26 00:06 UTC by Jon Lech Johansen
Modified: 2005-03-10 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (9.06 KB, patch)
2005-03-05 11:50 UTC, Ronald Bultje
none Details | Review

Description Jon Lech Johansen 2005-02-26 00:06:29 UTC
The following file does not play:
http://a1076.phobos.apple.com/Music/y2004/m09/d16/h02/s06.zqgcwppf.p.m4p
(it's a normal m4a file despite the extension)

Debug output:
Unsupported FAAD channel position 0x0 encountered
Comment 1 Ronald Bultje 2005-02-28 17:02:13 UTC
http://cvs.freedesktop.org/gstreamer/gst-plugins/ext/faad/gstfaad.c?r1=1.23&r2=1.24
fixes that. Marking fixed.
Comment 2 Ronald Bultje 2005-02-28 23:10:49 UTC
Ok, so I was told this is only with faad-CVS. Apparently there's a regression
where it doesn't fill channel-positions for mono/stereo sound, and just puts in
0x0. I'll see if this is intended or not and workaround/fix it in CVS if I have to.
Comment 3 Ronald Bultje 2005-03-05 11:50:23 UTC
Created attachment 38292 [details] [review]
fix

This patch adds mono/stereo for 0x0, and also makes a variable embedded to
prevent absessive malloc/free in chain. It also includes the AAC+ radio patch
that I wrote for another bug report because I can't figure out how to separate
the two patches cleanly.