docs: add since 0.10.36 on the new _NONE enum values
authorJosep Torra <n770galaxy@gmail.com>
Fri, 26 Aug 2011 12:09:47 +0000 (14:09 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 26 Aug 2011 12:11:15 +0000 (14:11 +0200)
gst/gsttrace.h
gst/gsttypefind.h

index 1882762..817ae1f 100644 (file)
@@ -30,7 +30,7 @@ G_BEGIN_DECLS
 
 /**
  * GstAllocTraceFlags:
- * @GST_ALLOC_TRACE_NONE: No tracing specified or desired.
+ * @GST_ALLOC_TRACE_NONE: No tracing specified or desired. Since 0.10.36.
  * @GST_ALLOC_TRACE_LIVE: Trace number of non-freed memory.
  * @GST_ALLOC_TRACE_MEM_LIVE: Trace pointers of unfreed memory.
  *
index 67ee0be..77b89f7 100644 (file)
@@ -44,11 +44,11 @@ typedef void (* GstTypeFindFunction) (GstTypeFind *find, gpointer data);
 
 /**
  * GstTypeFindProbability:
- * @GST_TYPE_FIND_NONE: type undetected
- * @GST_TYPE_FIND_MINIMUM: unlikely typefind
- * @GST_TYPE_FIND_POSSIBLE: possible type detected
- * @GST_TYPE_FIND_LIKELY: likely a type was detected
- * @GST_TYPE_FIND_NEARLY_CERTAIN: nearly certain that a type was detected
+ * @GST_TYPE_FIND_NONE: type undetected. Since 0.10.36.
+ * @GST_TYPE_FIND_MINIMUM: unlikely typefind.
+ * @GST_TYPE_FIND_POSSIBLE: possible type detected.
+ * @GST_TYPE_FIND_LIKELY: likely a type was detected.
+ * @GST_TYPE_FIND_NEARLY_CERTAIN: nearly certain that a type was detected.
  * @GST_TYPE_FIND_MAXIMUM: very certain a type was detected.
  *
  * The probability of the typefind function. Higher values have more certainty