mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
docs: mention have-type signal in the docs.
This commit is contained in:
parent
6fef105491
commit
c91c3d41fe
1 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,9 @@
|
|||
* order of their rank. One the type has been deteted it sets its src pad caps
|
||||
* to the found media type.
|
||||
*
|
||||
* Whenever a type is found the #GstTypeFindElement::have-type signal is
|
||||
* emitted.
|
||||
*
|
||||
* Plugins can register custom typefinders by using #GstTypeFindFactory.
|
||||
*/
|
||||
|
||||
|
@ -230,7 +233,7 @@ gst_type_find_element_class_init (GstTypeFindElementClass * typefind_class)
|
|||
* @probability: the probability of the type found
|
||||
* @caps: the caps of the type found
|
||||
*
|
||||
* This signal gets emitted when the type and its probability has
|
||||
* This signal gets emitted when the type and its probability has
|
||||
* been found.
|
||||
*/
|
||||
gst_type_find_element_signals[HAVE_TYPE] = g_signal_new ("have_type",
|
||||
|
|
Loading…
Reference in a new issue