tracerrecord: improve the values flags docs
authorStefan Sauer <ensonic@users.sf.net>
Tue, 20 Dec 2016 20:08:09 +0000 (21:08 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 20 Dec 2016 20:08:09 +0000 (21:08 +0100)
gst/gsttracerrecord.h

index ac6515e..e7df578 100644 (file)
@@ -72,8 +72,8 @@ typedef enum
  * @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
  *   var-args list passed to  gst_tracer_record_log().
- * @GST_TRACER_VALUE_FLAGS_AGGREGATED: the value is combined since the start of
- *   tracing
+ * @GST_TRACER_VALUE_FLAGS_AGGREGATED: the value is a combined figure, since the
+ *   start of tracing. Examples are averages or timestamps.
  *
  * Flag that describe the value. These flags help applications processing the
  * logs to understand the values.