<p>Hi,</p>
<p>I don&#39;t entirely understand your question. Are you trying to convert a pipeline into an equivalent C application? Doing so is just based on understanding of C and the gstreamer C API... it is certainly possible, insofar as your pipeline is valid.</p>

<p>That said, look at gst_parse_* functions for a way to enter a pipeline spec in the gst-launch syntax and get either a GstBin or a GstPipeline out of it.</p>
<p>Sean</p>
<div class="gmail_quote">On Jan 12, 2011 4:20 AM, &quot;Jesu Anuroop Suresh&quot; &lt;<a href="mailto:jesuas@gmail.com">jesuas@gmail.com</a>&gt; wrote:<br type="attribution">&gt; <br>&gt; Hi All,<br>&gt; <br>&gt; Does anyone tried the pipeline for audioresample using C.<br>
&gt; <br>&gt; gst-launch -vvv filesrc location=01_Pepercut.mp3 ! id3demux ! mad ! <br>&gt; audioconvert  ! audioresample !<br>&gt; audio/x-raw-int,width=16,rate=22050,channels=1,depth=16,signed=true,endianness=1234<br>&gt; ! alsasink<br>
&gt; <br>&gt; Thanks and regards<br>&gt; Jesu Anuroop Suresh<br>&gt; <br>&gt; -- <br>&gt; View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/audioresample-tp3213586p3213586.html">http://gstreamer-devel.966125.n4.nabble.com/audioresample-tp3213586p3213586.html</a><br>
&gt; Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>&gt; <br>&gt; ------------------------------------------------------------------------------<br>&gt; Protect Your Site and Customers from Malware Attacks<br>
&gt; Learn about various malware tactics and how to avoid them. Understand <br>&gt; malware threats, the impact they can have on your business, and how you <br>&gt; can protect your company and customers by using code signing.<br>
&gt; <a href="http://p.sf.net/sfu/oracle-sfdevnl">http://p.sf.net/sfu/oracle-sfdevnl</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></div>