Gst.TracerFactory¶
- Subclasses:
None
Methods¶
- Inherited:
Gst.PluginFeature (10), Gst.Object (27), GObject.Object (37)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gst.TracerFactory(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Use
Gst.TracerFactory.get_list
() to get a list of tracer factories known to GStreamer.New in version 1.8.
- classmethod get_list()[source]¶
- Returns:
the list of all registered
Gst.TracerFactory
.- Return type:
Gets the list of all registered tracer factories. You must free the list using
Gst.PluginFeature.list_free
().The returned factories are sorted by factory name.
Free-function:
Gst.PluginFeature.list_free
New in version 1.8.
- get_tracer_type()[source]¶
- Returns:
the
GObject.GType
for tracers managed by this factory or 0 if the factory is not loaded.- Return type:
Get the
GObject.GType
for elements managed by this factory. The type can only be retrieved if the element factory is loaded, which can be assured withGst.PluginFeature.load
().New in version 1.14.