summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2011-08-26 14:09:47 +0200
committerJosep Torra <n770galaxy@gmail.com>2011-08-26 14:11:15 +0200
commit185ab7f325da9b8ff3f9c9e16b47d2bea2fc3636 (patch)
treecb2afa0e6e666a06fa6e7ec0e9851a5aa81a72ce
parent97379e8f4934ac0c11be7952a36db63b29b48cf7 (diff)
docs: add since 0.10.36 on the new _NONE enum valuesicc
-rw-r--r--gst/gsttrace.h2
-rw-r--r--gst/gsttypefind.h10
2 files changed, 6 insertions, 6 deletions
diff --git a/gst/gsttrace.h b/gst/gsttrace.h
index 188276233..817ae1f76 100644
--- a/gst/gsttrace.h
+++ b/gst/gsttrace.h
@@ -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.
*
diff --git a/gst/gsttypefind.h b/gst/gsttypefind.h
index 67ee0beda..77b89f722 100644
--- a/gst/gsttypefind.h
+++ b/gst/gsttypefind.h
@@ -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