Registry.lookup

Look up a plugin in the given registry with the given filename. If found, plugin is reffed.

class Registry
lookup
(
string filename
)

Parameters

filename string

the name of the file to look up

Return Value

Type: gst.plugin.Plugin

the #GstPlugin if found, or null if not. gst.object.ObjectGst.unref after usage.