mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
tracerrecord: improve the values flags docs
This commit is contained in:
parent
11cc260448
commit
b8476f2de1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue