| GStreamer Core Plugins 0.10 Plugins Reference Manual |
|---|
typefindtypefind — Finds the media type of a stream |
"have-type" void user_function (GstTypeFindElement *probability, guint caps, GstCaps *arg3, gpointer user_data);
| plugin | coreelements |
| author | Benjamin Otte <in7y118@public.uni-hamburg.de> |
| class | Generic |
typedef struct _GstTypeFindElement GstTypeFindElement;
Opaque GstTypeFindElement data structure
maximum" property"maximum" guint : Read / Write
probability to stop typefinding (deprecated; non-functional).
Allowed values: [1,100]
Default value: 100
void user_function (GstTypeFindElement *probability, guint caps, GstCaps *arg3, gpointer user_data);
This signal gets emitted when the type and its probability has been found.
typefind : | the typefind instance |
probability : | the probability of the type found |
caps : | the caps of the type found |
user_data : | user data set when the signal handler was connected. |
| << tee | gstreamer Plugins >> |