GstPluginInitFunc

A plugin should provide a pointer to a function of this type in the plugin_desc struct. This function will be called by the loader at startup. One would then register each gstreamer.PluginFeature

alias GstPluginInitFunc = int function(GstPlugin* plugin)

Return Value

TRUE if plugin initialised successfully