<div dir="ltr"><div><div>Hi,<br><br></div>If you're having trouble with translating your pipeline manually to code, try using the GstParse class-functions. It automagically creates the pipeline for you based on the text-description of the pipeline you created/ran using gst-launch. As I understand it, this is usually only used for quick prototyping (?), but in my experience, works just as fine.<br>
<br></div>Here's a rather complete basic tutorial on it: <a href="http://docs.gstreamer.com/plugins/viewsource/viewpagesrc.action?pageId=327735">http://docs.gstreamer.com/plugins/viewsource/viewpagesrc.action?pageId=327735</a><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 March 2013 11:42, Kyrylo V Polezhaiev <span dir="ltr"><<a href="mailto:polezhaiev@ukr.net" target="_blank">polezhaiev@ukr.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nice.<br>
<br>
Now write simple main function with gst_init and try to build & link it properly using pkg-config.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>