TracerFactory

Added in version 1.8.

class TracerFactory(**properties: Any)

Superclasses: PluginFeature, Object, InitiallyUnowned, Object

Use get_list() to get a list of tracer factories known to GStreamer.

Methods

class TracerFactory
get_list() list[TracerFactory]

Gets the list of all registered tracer factories. You must free the list using list_free().

The returned factories are sorted by factory name.

Free-function: gst_plugin_feature_list_free

Added in version 1.8.

get_tracer_type() type

Get the Type for elements managed by this factory. The type can only be retrieved if the element factory is loaded, which can be assured with load().

Added in version 1.14.