summaryrefslogtreecommitdiff
path: root/gst/gsttypefind.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsttypefind.h')
-rw-r--r--gst/gsttypefind.h10
1 files changed, 5 insertions, 5 deletions
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