load_file


Description:

public static Plugin load_file (string filename) throws Error

Loads the given plugin and refs it.

Caller needs to unref after use.

Parameters:

filename

the plugin filename to load

Returns:

a reference to the existing loaded GstPlugin, a reference to the newly-loaded GstPlugin, or null if an error occurred.