mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
docs: add since 0.10.36 on the new _NONE enum values
This commit is contained in:
parent
97379e8f49
commit
185ab7f325
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue