gstreamer.Tracer

Undocumented in source.

Public Imports

gstreamer.c.types
public import gstreamer.c.types;
gstreamerc.gstreamertypes
public import gstreamerc.gstreamertypes;

Members

Classes

Tracer
class Tracer

Tracing modules will subclass gstreamer.Tracer and register through Tracer.register. Modules can attach to various hook-types - see gst_tracing_register_hook(). When invoked they receive hook specific contextual data, which they must not modify.