The data used by the caller of the typefinding function.
If a #GstTypeFindFunction calls this function it suggests caps of the
given media_type
with the given probability
.
This function is similar to gst_type_find_suggest_simple(), but uses a #GstCaps with no fields.
The probability in percent that the suggestion is right
the media type of the suggested caps
Registers a new typefind function to be used for typefinding. After registering this function will be available for typefinding. This function is typically called during an element's plugin initialization.
A #GstPlugin, or %NULL for a static typefind function
The name for registering
The rank (or importance) of this typefind function
The #GstTypeFindFunction to use
Optional comma-separated list of extensions that could belong to this type
Optionally the caps that could be returned when typefinding succeeds
The following functions allow you to detect the media type of an unknown stream.