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.types.TracerValueScope.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