Thank you. <br>At least you wanted to help.<br>I was asking for <b>gst-launch </b>command specific usage, which I coudn&#39;t find in the manuals (plugin writer&#39;s and gstreamer manual) and many other pages.<br><br>I am answering my-self:<br>

<br>gst-launch -v encoder name=s264 ! filesink location=./Out filesrc location=./Grasshopper/texture/Grasshopper_Right.yuv ! s264.sink_right filesrc location=./Grasshopper/texture/Grasshopper_Left.yuv ! s264.sink_left<br>

<br>encoder has two sinks and to address them I need to name the encoder using &#39;name&#39;. I was trying to use its name taken from gst-inspect with the index (encoder0.sink_left and encoder0.sink_right) but it wasn&#39;t working.<br>

After the encoder&#39;s name I use sinks names.<br>So the comand line is a little bit different comparing to the simple ones given in the gst-launch manual.<br><br>Many thanks to owner of that blog for the hint:<br><br><a href="http://tristanswork.blogspot.com/2008/08/multichannel-audio-with-gstreamer.html">http://tristanswork.blogspot.com/2008/08/multichannel-audio-with-gstreamer.html</a><br>

<br><br><br><div class="gmail_quote">2009/11/1 Donny Viszneki <span dir="ltr">&lt;<a href="mailto:donny.viszneki@gmail.com">donny.viszneki@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Sorry, poor link. Here is the TOC:<br>
<a href="http://gstreamer.org/data/doc/gstreamer/head/manual/html/index.html" target="_blank">http://gstreamer.org/data/doc/gstreamer/head/manual/html/index.html</a><br>
<div><div></div><div class="h5"><br>
On Sat, Oct 31, 2009 at 8:21 PM, Donny Viszneki<br>
&lt;<a href="mailto:donny.viszneki@gmail.com">donny.viszneki@gmail.com</a>&gt; wrote:<br>
&gt; You should give the gstreamer manual a good thorough reading.<br>
&gt;<br>
&gt; <a href="http://gstreamer.org/data/doc/gstreamer/head/manual/html/chapter-gstreamer.html" target="_blank">http://gstreamer.org/data/doc/gstreamer/head/manual/html/chapter-gstreamer.html</a><br>
&gt;<br>
&gt; What you seek to do is the principle reason for which gstreamer was written!<br>
&gt;<br>
&gt; On Sat, Oct 31, 2009 at 5:52 PM, Michael Joachimiak<br>
&gt; &lt;<a href="mailto:mjoachimiak@gmail.com">mjoachimiak@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt; I want to develop a plugin which uses two video files on input (raw yuv for<br>
&gt;&gt; now)<br>
&gt;&gt; But after few hours of googling and trying different options from gst-launch<br>
&gt;&gt; I cannot figure out how to read input from two files.<br>
&gt;&gt; My plugin has two sinks and one source. I want to use two filesrc as an<br>
&gt;&gt; input and one filesink as an output. Can somebody show the example of usage<br>
&gt;&gt; for gst-launch in that case, please?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; Come build with us! The BlackBerry(R) Developer Conference in SF, CA<br>
&gt;&gt; is the only developer event you need to attend this year. Jumpstart your<br>
&gt;&gt; developing skills, take BlackBerry mobile applications to market and stay<br>
&gt;&gt; ahead of the curve. Join us from November 9 - 12, 2009. Register now!<br>
&gt;&gt; <a href="http://p.sf.net/sfu/devconference" target="_blank">http://p.sf.net/sfu/devconference</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" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; <a href="http://codebad.com/" target="_blank">http://codebad.com/</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
<a href="http://codebad.com/" target="_blank">http://codebad.com/</a><br>
<br>
------------------------------------------------------------------------------<br>
Come build with us! The BlackBerry(R) Developer Conference in SF, CA<br>
is the only developer event you need to attend this year. Jumpstart your<br>
developing skills, take BlackBerry mobile applications to market and stay<br>
ahead of the curve. Join us from November 9 - 12, 2009. Register now!<br>
<a href="http://p.sf.net/sfu/devconference" target="_blank">http://p.sf.net/sfu/devconference</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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Your Sincerely<br>Michael Joachimiak<br>