<p>The syntax is right for eitherĀ  Pipeline.launch() or gst-launch. Doesn&#39;t it work? </p>
<div class="gmail_quote">2011/02/23 2:22 &quot;Morris Ford&quot; &lt;<a href="mailto:morrishford@gmail.com">morrishford@gmail.com</a>&gt;:<br type="attribution">&gt; I would like to be able to run the following &#39;test-launch&#39; type<br>
&gt; pipeline as a gst-launch pipeline. Can someone tell me what the syntax<br>&gt; would be?<br>&gt; <br>&gt; ./test-launch &quot;(ximagesrc use-damage=false  endx=640 endy=640<br>&gt; startx=100 starty=100 ! video/x-raw-rgb,framerate=10/1 ! queue max-<br>
&gt; size-buffers=5 ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv,<br>&gt; width=640,height=640 ! ffenc_mpeg4 ! rtpmp4vpay name=pay0 pt=96)&quot;<br>&gt; <br>&gt; I am in the process of trying to insert such a pipeline into<br>
&gt; RGBDataFileSink.java type program, ie, using AppSrc and hope that getting<br>&gt; it to run as gst-launch will help in the transition. I have a working<br>&gt; version that is grabbing the buffers from my app and putting them out<br>
&gt; into a pipeline. Now I want to take the next step.<br>&gt; <br>&gt; Thanks in advance,<br>&gt; Morris<br></div>