PluginInitFunc


Description:

[ CCode ( has_target = false ) ]
public delegate bool PluginInitFunc (Plugin plugin)

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 PluginFeature.

Parameters:

plugin

The plugin object

Returns:

true if plugin initialised successfully


Namespace: Gst
Package: gstreamer-1.0