GNOME Bugzilla – Bug 168558
[faad] Unsupported FAAD channel position 0x0 encountered (with faad-CVS)
Last modified: 2005-03-10 15:26:45 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
http://cvs.freedesktop.org/gstreamer/gst-plugins/ext/faad/gstfaad.c?r1=1.23&r2=1.24 fixes that. Marking fixed.
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.
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.