Registry.lookup

gst.plugin.Plugin lookup(string filename)

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

Parameters

filenamethe name of the file to look up

Returns

the #GstPlugin if found, or

null if not. [gst.object.ObjectWrap.unref] after usage.