Enumeration (GI Flags)

Gst-1.0GstTracerValueFlags

Flag that describe the value. These flags help applications processing the logs to understand the values.

Index

Enumeration Members

Enumeration Members

AGGREGATED: number

the value is a combined figure, since the start of tracing. Examples are averages or timestamps.

NONE: number

no flags

OPTIONAL: number

the value is optional. When using this flag one need to have an additional boolean arg before this value in the var-args list passed to gst_tracer_record_log().