[gst-devel] plugin/element names

Sebastian Dröge sebastian.droege at collabora.co.uk
Tue Dec 9 09:54:20 CET 2008


Am Dienstag, den 09.12.2008, 09:29 +0100 schrieb mattias:
> Thanks,
> 
> But can I have the different elements in a plugin/group in different 
> shared libs?
> 
> Or is 1 shared lib = 1 plugin?
> 
> Maybe the gstreamer framework calls the plugin_init function upon a 
> dlopen, which will
> obviously be an obstacle for my wishes.

You can only have one plugin per shared library. As you've guessed
already GStreamer dlopens the shared libraries and calls the
plugin_init.

GST_PLUGIN_DEFINE will define the gst_plugin_desc symbol and of course
you can only have the same symbol once per object file
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081209/7b12f388/attachment.pgp>


More information about the gstreamer-devel mailing list