GStreamer Plugin Writer's Guide | ||
---|---|---|
<<< Previous | The plugin_init function | Next >>> |
void gst_plugin_add_factory(GstPlugin *plugin, GstElementFactory *factory); |
Multiple element factories can be provided by a single plugin: all it needs to do is call gst_plugin_add_factory() for each element factory it wishes to provide.
<<< Previous | Home | Next >>> |
The plugin_init function | Up | Registering new autopluggers |