tracerrecord: improve the values flags docs

This commit is contained in:
Stefan Sauer 2016-12-20 21:08:09 +01:00
parent 11cc260448
commit b8476f2de1

View file

@ -72,8 +72,8 @@ typedef enum
* @GST_TRACER_VALUE_FLAGS_OPTIONAL: the value is optional. When using this flag * @GST_TRACER_VALUE_FLAGS_OPTIONAL: the value is optional. When using this flag
* one need to have an additional boolean arg before this value in the * one need to have an additional boolean arg before this value in the
* var-args list passed to gst_tracer_record_log(). * var-args list passed to gst_tracer_record_log().
* @GST_TRACER_VALUE_FLAGS_AGGREGATED: the value is combined since the start of * @GST_TRACER_VALUE_FLAGS_AGGREGATED: the value is a combined figure, since the
* tracing * start of tracing. Examples are averages or timestamps.
* *
* Flag that describe the value. These flags help applications processing the * Flag that describe the value. These flags help applications processing the
* logs to understand the values. * logs to understand the values.