Functions

gst_tracing_get_active_tracers

GList *
gst_tracing_get_active_tracers ()

Get a list of all active tracer objects owned by the tracing framework for the entirety of the run-time of the process or till gst_deinit is called.

Returns ( [transfer: full][element-typeGst.Tracer])

A GList of GstTracer objects

Since : 1.18


gst_tracing_register_hook

gst_tracing_register_hook (GstTracer * tracer,
                           const gchar * detail,
                           GCallback func)

Register func to be called when the trace hook detail is getting invoked. Use NULL for detail to register to all hooks.

Parameters:

tracer

the tracer

detail

the detailed hook

func ( [scope async])

the callback

Since : 1.8


The results of the search are