How to encapsulate multiple GStreamer elements in a plugin?

Kiran Kumar kirank3240 at gmail.com
Sat Aug 13 17:50:33 UTC 2016


Awesome! Thanks for the link.

On Sat, Aug 13, 2016 at 3:31 AM, Sebastian Dröge <sebastian at centricular.com>
wrote:

> On Fr, 2016-08-12 at 10:50 -0700, Kiran Kumar wrote:
> > Hi,
> >
> > I am new to GStreamer framework.
> >
> > Are there any guides/reference manuals which explains how to create
> > and encapsulate multiple elements in a single plugin?
> >
> > The GStreamer plugin reference manual explains development of a
> > plugin with only one element.
>
> You just call gst_element_register() multiple times in your plugin init
> function. See all the examples in gst-plugins-* and
> gstreamer/plugins/elements, for example:
> https://cgit.freedesktop.org/gstreamer/gst-plugins-base/
> tree/ext/opus/gstopus.c#n29
>
> --
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160813/e871bfe0/attachment.html>


More information about the gstreamer-devel mailing list