Tracer.register

bool register(gst.plugin.Plugin plugin, string name, gobject.types.GType type)

Create a new tracer-factory capable of instantiating objects of the type and add the factory to plugin.

Parameters

pluginA #GstPlugin, or null for a static typefind function
nameThe name for registering
typeGType of tracer to register

Returns

true, if the registering succeeded, false on error