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: Plugin

the gstreamer.Plugin if found, or NULL if not. gst_object_unref() after usage.