summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-01-11 15:09:30 +0200
committerStefan Kost <ensonic@users.sf.net>2011-01-25 16:17:14 +0200
commitc91c3d41fe53579bd657c9a2bfbafff50516c00c (patch)
treefc34d84a593d2db978455a17af65324367de6609
parent6fef105491c0445edc1edfd134a4fa701b5d19cf (diff)
docs: mention have-type signal in the docs.
-rw-r--r--plugins/elements/gsttypefindelement.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/elements/gsttypefindelement.c b/plugins/elements/gsttypefindelement.c
index 0e97ec718..18a39bde7 100644
--- a/plugins/elements/gsttypefindelement.c
+++ b/plugins/elements/gsttypefindelement.c
@@ -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",