<p>Hi,</p>
<p>I don'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, "Jesu Anuroop Suresh" <<a href="mailto:jesuas@gmail.com">jesuas@gmail.com</a>> wrote:<br type="attribution">> <br>> Hi All,<br>> <br>> Does anyone tried the pipeline for audioresample using C.<br>
> <br>> gst-launch -vvv filesrc location=01_Pepercut.mp3 ! id3demux ! mad ! <br>> audioconvert ! audioresample !<br>> audio/x-raw-int,width=16,rate=22050,channels=1,depth=16,signed=true,endianness=1234<br>> ! alsasink<br>
> <br>> Thanks and regards<br>> Jesu Anuroop Suresh<br>> <br>> -- <br>> 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>
> Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>> <br>> ------------------------------------------------------------------------------<br>> Protect Your Site and Customers from Malware Attacks<br>
> Learn about various malware tactics and how to avoid them. Understand <br>> malware threats, the impact they can have on your business, and how you <br>> can protect your company and customers by using code signing.<br>
> <a href="http://p.sf.net/sfu/oracle-sfdevnl">http://p.sf.net/sfu/oracle-sfdevnl</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">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br></div>