From 185ab7f325da9b8ff3f9c9e16b47d2bea2fc3636 Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Fri, 26 Aug 2011 14:09:47 +0200 Subject: [PATCH] docs: add since 0.10.36 on the new _NONE enum values --- gst/gsttrace.h | 2 +- gst/gsttypefind.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gst/gsttrace.h b/gst/gsttrace.h index 1882762..817ae1f 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 67ee0be..77b89f7 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 -- 2.7.4