From: Stefan Kost Date: Tue, 11 Jan 2011 13:09:30 +0000 (+0200) Subject: docs: mention have-type signal in the docs. X-Git-Tag: RELEASE-0.10.33~422 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c91c3d41fe53579bd657c9a2bfbafff50516c00c;p=platform%2Fupstream%2Fgstreamer.git docs: mention have-type signal in the docs. --- diff --git a/plugins/elements/gsttypefindelement.c b/plugins/elements/gsttypefindelement.c index 0e97ec7..18a39bd 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",