docs: mention have-type signal in the docs.
authorStefan Kost <ensonic@users.sf.net>
Tue, 11 Jan 2011 13:09:30 +0000 (15:09 +0200)
committerStefan Kost <ensonic@users.sf.net>
Tue, 25 Jan 2011 14:17:14 +0000 (16:17 +0200)
plugins/elements/gsttypefindelement.c

index 0e97ec7..18a39bd 100644 (file)
@@ -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",