<div><br></div>            In application u can not directly link demuxer with decoder because demuxer has dynamic pads which are created  on the basis of the availability of the stream present in container format .  <div>
         so u need to link the dynamic src pad of the demuxer with decoder&#39;s sink pad in a callback . </div><div><br></div><div>        U can refer this link <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-pads.html#section-pads">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-pads.html#section-pads</a> </div>
<div><br></div><div> <br><br><div class="gmail_quote">On Wed, Jan 6, 2010 at 7:54 PM,  <span dir="ltr">&lt;<a href="mailto:ananthula.madhu@wipro.com">ananthula.madhu@wipro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
<div><font face="Book Antiqua"><span>Hi,</span></font></div>
<div><font face="Book Antiqua"><span>         I am 
able to run the .avi file with following pipeline</span></font></div>
<div><font face="Book Antiqua"><span>            
<strong>gst-launch -v filesrc location=movie.avi ! avidemux name=demuxer 
demuxer. ! queue ! ffdec_h264 ! ffmpegcolorspace ! autovideosink demuxer. ! 
queue ! flump3dec ! alsasink</strong></span></font></div>
<div><font face="Book Antiqua"><span><strong></strong><br>But for the above pipeline i 
written application .</span></font></div>
<div><font face="Book Antiqua"><span>but how to link 
(with gst_element_link_many ()) avidemux with video decoder and audio decoder i 
am not getting.</span></font></div>
<div><font face="Book Antiqua"><span></span></font> </div>
<div><font face="Book Antiqua"><span>i tried with some 
combinations it was giving &quot;internal data flow error&quot;</span></font></div>
<div><font face="Book Antiqua"><span></span></font> </div>
<div><font face="Book Antiqua"><span>So any one plaeses 
help..</span></font></div>
<div><font face="Book Antiqua"><span></span></font> </div>
<div><font face="Arial"><span>
<div align="left"><font face="Book Antiqua" color="#0000ff">Thanks &amp; 
Regards</font></div>
<div align="left"><font face="Book Antiqua" color="#0000ff">M<span>ohan</span> Reddy</font></div>
<div align="left"><font face="Book Antiqua" color="#0000ff" size="2"></font> </div></span></font></div></div>
<br>------------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon&#39;s best-in-class app development support<br>
A streamlined, 14 day to market process makes app distribution fast and easy<br>
Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a> <br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br>
</div>