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
plugin | A #GstPlugin, or null for a static typefind function |
name | The name for registering |
type | GType of tracer to register |
Returns
true, if the registering succeeded, false on error