Registering new element factories

  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.