Plugin.loadFile

Loads the given plugin and refs it. Caller needs to unref after use.

class Plugin
static
loadFile
(
string filename
)

Parameters

filename string

the plugin filename to load

Return Value

Type: Plugin

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

Throws

GException on failure.