GstTracerValueScope

Tracing record will contain fields that contain a measured value or extra meta-data. One such meta data are values that tell where a measurement was taken. This enumerating declares to which scope such a meta data field relates to. If it is e.g. %GST_TRACER_VALUE_SCOPE_PAD, then each of the log events may contain values for different #GstPads.

Values

ValueMeaning
PROCESS0

the value is related to the process

THREAD1

the value is related to a thread

ELEMENT2

the value is related to an #GstElement

PAD3

the value is related to a #GstPad

Meta