Hi Mike,<br>Thanks for your reply. I created this file using Media Foundation on Windows. When I read the same file on Windows and Mac, it identifies the audio stream to have only 1 channel. Could this be a bug with Faad?<br>
<br>Regards,<br>Dinesh<br><br><div class="gmail_quote">On Wed, Feb 8, 2012 at 1:40 PM, Michael Smith <span dir="ltr">&lt;<a href="mailto:msmith@xiph.org">msmith@xiph.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As you can see from the image you attached, the input to FAAD says<br>
it&#39;s mono  (channels=1), but the output from FAAD has channels=2.<br>
<br>
This probably means that it&#39;s marked as mono in the container (mp4),<br>
but is actually stereo - faad cares more about the actual AAC contents<br>
than about what the container says, so overrides it.<br>
<br>
So this is happening solely inside faad - it&#39;s not gstreamer<br>
converting to another format or anything complex like that. I guess<br>
you don&#39;t really have a mono AAC file.<br>
<br>
Mike<br>
<div><div class="h5"><br>
<br>
On Wed, Feb 8, 2012 at 9:09 AM, Dinesh Iyer &lt;<a href="mailto:dsi.maillist@gmail.com">dsi.maillist@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt; I am using playbin2 to read audio data from AAC and MP3 files. I noticed<br>
&gt; that when I attempt to read one channel AAC files, the output returned is<br>
&gt; stereo with both channels having the same data. Single channel MP3 and WAV<br>
&gt; files were read in as expected. I am attaching an image of the pipeline<br>
&gt; obtained when using the following gst-launch command:<br>
&gt;<br>
&gt; gst-launch-0.10 playbin2<br>
&gt; uri=file:///local/playbin2_appsink_aac_mono/testWelcomeMono.m4a<br>
&gt; audio-sink=appsink video-sink=fakesink text-sink=fakesink<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt; Dinesh<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
&gt;<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>