Hi sadarshan:<br>    When I configure gst-bad-plugin,  I got the information like this:<br><br><font class="Apple-style-span" color="#FF6666">configure: *** Plug-ins with dependencies that will be built:<br>        apexsink<br>        dfbvideosink <br>
        dvb<br><font class="Apple-style-span" color="#66FF99">        faac<br>        faad</font><br>        fbdevsink<br>        gstalsa<br>        nassink<br>        sdlvideosink sdlaudiosink<br>        vcdsrc<br><br>configure: *** Plug-ins with dependencies that will NOT be built:<br>
        acm<br>        amrwbenc<br>        assrender<br>        bz2<br>        cdaudio<br>        celt<br>        cog<br>        dc1394<br>        dirac<br>        directdrawsink<br>        directsoundsrc<br>        divx<br>        dtsdec<br>        flite<br>        gme<br>        gsmenc gsmdec<br>        jack<br>        jp2kdec jp2kenc<br>        kate<br>
        ladspa<br>        libmms<br>        lv2<br>        metadata<br>        mimic<br>        modplug<br>        mpeg2enc<br>        mplex<br>        musepack<br>        musicbrainz<br>        mythtvsrc<br>        neonhttpsrc<br>        ofa<br>        osxvideosrc<br>        qtwrapper<br>        resindvd<br>        rsvg<br>        schro<br>        sfsrc sfsink<br>
        soundtouch<br>        spc<br>        swfdec<br>        theoraexpdec<br>        timidity<br>        vdpau<br>        vp8<br>        wildmidi<br>        wininet<br>        xvid<br>        zbar</font><div><font class="Apple-style-span" color="#FF6666"><br></font></div><div><font class="Apple-style-span" color="#FF6666"><font class="Apple-style-span" color="#3366FF">from the information, I guess that the plugin about the aac had been installed, is&#39;n it?</font></font></div>
<div><font class="Apple-style-span" color="#FF6666"><font class="Apple-style-span" color="#3366FF"><br></font></font><br><br>On Thu, Jul 22, 2010 at 3:17 PM, Zheng, Huan &lt;<a href="mailto:huan.zheng@intel.com">huan.zheng@intel.com</a>&gt; wrote:<br>
&gt; Hi, Young<br>&gt; Maybe you can take a look at this page that I wrote before.<br>&gt; <a href="http://www.hydrogenaudio.org/forums/lofiversion/index.php/t65868.html">http://www.hydrogenaudio.org/forums/lofiversion/index.php/t65868.html</a><br>
&gt; there&#39;s a short paragraph talking about how to use GStreamer to play AAC file<br>&gt;<br>&gt; -----Original Message-----<br>&gt; From: michael young [mailto:<a href="mailto:mcygogo@gmail.com">mcygogo@gmail.com</a>]<br>
&gt; Sent: Thursday, July 22, 2010 2:00 PM<br>&gt; To: Discussion of the development of GStreamer<br>&gt; Subject: Re: [gst-devel] how to play the AAC audio by Gstreamer?<br>&gt;<br>&gt; HI sudarshan:<br>&gt;<br>&gt; check the attached file , and the file can play in Mplayer, so I think the file is ok.<br>
&gt; and i list the information below:<br>&gt; $ gst-inspect-0.10 | grep aac<br>&gt; faac:  faac: AAC audio encoder<br>&gt; audioparsersbad:  aacparse: AAC audio stream parser<br>&gt; ffmpeg:  ffdec_aac: FFmpeg Advanced Audio Coding decoder<br>
&gt; ffmpeg:  ffenc_aac: FFmpeg Advanced Audio Coding encoder<br>&gt; typefindfunctions: adts_mpeg_stream: aac<br>&gt;<br>&gt;<br>&gt; On Thu, Jul 22, 2010 at 1:32 PM, sudarshan bisht &lt;<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt; Can you attach the AAC file which you are not able to play ?<br>&gt;&gt;<br>&gt;&gt; One more thing when you do &quot;gst-inspect-0.10 | grep aac&quot; what you get .<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>
&gt;&gt;<br>&gt;&gt; On Thu, Jul 22, 2010 at 10:34 AM, michael young &lt;<a href="mailto:mcygogo@gmail.com">mcygogo@gmail.com</a>&gt; wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Hi<br>&gt;&gt;&gt;     I try it like Sandeep said, first I install the libfaad-dev<br>
&gt;&gt;&gt; through Ubuntu&#39;s apt-get.<br>&gt;&gt;&gt; then I reconfigure the gst-ffmpeg plugin, and installed it, but<br>&gt;&gt;&gt; cannot play m4a file, the error message is just the old one.<br>&gt;&gt;&gt;      and then I installed the gst-plugin-bad, play the m4a file again<br>
&gt;&gt;&gt; , I got information like this:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; (gst-plugin-scanner:18537): GStreamer-WARNING **: Failed to load<br>&gt;&gt;&gt; plugin &#39;/usr/local/lib/gstreamer-0.10/libgstcamerabin.so&#39;:<br>
&gt;&gt;&gt; /usr/local/lib/gstreamer-0.10/libgstcamerabin.so: undefined symbol:<br>&gt;&gt;&gt; gst_photography_get_focus_mode<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Do you know what&#39;s wrong here?? thx<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On Thu, Jul 22, 2010 at 11:19 AM, Sandeep Prakash<br>
&gt;&gt;&gt; &lt;<a href="mailto:123sandy@gmail.com">123sandy@gmail.com</a>&gt;<br>&gt;&gt;&gt; wrote:<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; Hi,<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; michael young wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; and HOW I get and install an AAC decoder plugin?? thx.<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; You can install &quot;faad&quot; plugin present in gst-plugins-bad package or<br>
&gt;&gt;&gt; &gt; the &quot;ffdec_aac&quot; which is present in gst-ffmpeg package.<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; Regards,<br>&gt;&gt;&gt; &gt; Sandeep Prakash<br>&gt;&gt;&gt; &gt; <a href="http://sandeepprakash.homeip.net">http://sandeepprakash.homeip.net</a><br>
&gt;&gt;&gt; &gt; --<br>&gt;&gt;&gt; &gt; View this message in context:<br>&gt;&gt;&gt; &gt; <a href="http://gstreamer-devel.966125.n4.nabble.com/how-to-play-the-AAC-aud">http://gstreamer-devel.966125.n4.nabble.com/how-to-play-the-AAC-aud</a><br>
&gt;&gt;&gt; &gt; io-by-Gstreamer-tp2296882p2298084.html<br>&gt;&gt;&gt; &gt; Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; -------------------------------------------------------------------<br>
&gt;&gt;&gt; &gt; ----------- This SF.net email is sponsored by Sprint What will you<br>&gt;&gt;&gt; &gt; do first with EVO, the first 4G phone?<br>&gt;&gt;&gt; &gt; Visit <a href="http://sprint.com/first">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first">http://p.sf.net/sfu/sprint-com-first</a><br>
&gt;&gt;&gt; &gt; _______________________________________________<br>&gt;&gt;&gt; &gt; gstreamer-devel mailing list<br>&gt;&gt;&gt; &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt;&gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; ---------------------------------------------------------------------<br>
&gt;&gt;&gt; --------- This SF.net email is sponsored by Sprint What will you do<br>&gt;&gt;&gt; first with EVO, the first 4G phone?<br>&gt;&gt;&gt; Visit <a href="http://sprint.com/first">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first">http://p.sf.net/sfu/sprint-com-first</a><br>
&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; gstreamer-devel mailing list<br>&gt;&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Regards,<br>
&gt;&gt;<br>&gt;&gt; Sudarshan Bisht<br>&gt;&gt;<br>&gt;&gt; ----------------------------------------------------------------------<br>&gt;&gt; -------- This SF.net email is sponsored by Sprint What will you do<br>&gt;&gt; first with EVO, the first 4G phone?<br>
&gt;&gt; Visit <a href="http://sprint.com/first">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first">http://p.sf.net/sfu/sprint-com-first</a><br>&gt;&gt; _______________________________________________<br>
&gt;&gt; gstreamer-devel mailing list<br>&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------------<br>&gt; This SF.net email is sponsored by Sprint<br>&gt; What will you do first with EVO, the first 4G phone?<br>
&gt; Visit <a href="http://sprint.com/first">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first">http://p.sf.net/sfu/sprint-com-first</a><br>&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br><br></div>