<div dir="ltr">Awesome! Thanks for the link.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 13, 2016 at 3:31 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fr, 2016-08-12 at 10:50 -0700, Kiran Kumar wrote:<br>
> Hi,<br>
><br>
> I am new to GStreamer framework. <br>
><br>
> Are there any guides/reference manuals which explains how to create<br>
> and encapsulate multiple elements in a single plugin?<br>
><br>
> The GStreamer plugin reference manual explains development of a<br>
> plugin with only one element. <br>
<br>
</span>You just call gst_element_register() multiple times in your plugin init<br>
function. See all the examples in gst-plugins-* and<br>
gstreamer/plugins/elements, for example:<br>
<a href="https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/ext/opus/gstopus.c#n29" rel="noreferrer" target="_blank">https://cgit.freedesktop.org/<wbr>gstreamer/gst-plugins-base/<wbr>tree/ext/opus/gstopus.c#n29</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a></font></span><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div>