Gst.Tracer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c |
Extra configuration parameters |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Gst.Tracer(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Tracing modules will subclass
Gst.Tracer
and register throughGst.Tracer.register
(). Modules can attach to various hook-types - seeGst.tracing_register_hook
(). When invoked they receive hook specific contextual data, which they must not modify.New in version 1.8.
- classmethod register(plugin, name, type)[source]¶
- Parameters:
plugin (
Gst.Plugin
orNone
) – AGst.Plugin
, orNone
for a static typefind functionname (
str
) – The name for registeringtype (
GObject.GType
) –GObject.GType
of tracer to register
- Returns:
- Return type:
Create a new tracer-factory capable of instantiating objects of the type and add the factory to plugin.