From: Stefan Kost Date: Thu, 25 Mar 2010 20:53:20 +0000 (+0200) Subject: dtmfdetect: reformat message docs X-Git-Tag: 1.19.3~509^2~6027^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8aa6ab3fee3760a35b46aa2730a6dd625c85c3c;p=platform%2Fupstream%2Fgstreamer.git dtmfdetect: reformat message docs Use a list like in other element docs as an untweaked docbook table look ugly. --- diff --git a/gst/dtmf/gstdtmfdetect.c b/gst/dtmf/gstdtmfdetect.c index cf8c058..cdf7172 100644 --- a/gst/dtmf/gstdtmfdetect.c +++ b/gst/dtmf/gstdtmfdetect.c @@ -26,51 +26,34 @@ * SECTION:element-dtmfdetect * @short_description: Detects DTMF tones * - * This element will detect DTMF tones and emit messages + * This element will detect DTMF tones and emit messages. * - * The message is called "dtmf-event" and has the following fields - * - * - * - * - * - * - * - * - * Name - * GType - * Possible values - * Purpose - * - * - * - * - * type - * G_TYPE_INT - * 0-1 - * The application uses this field to specify which of the two methods - * specified in RFC 2833 to use. The value should be 0 for tones and 1 for - * named events. Tones are specified by their frequencies and events are specied - * by their number. This element can only take events as input. Do not confuse - * with "method" which specified the output. - * - * - * - * number - * G_TYPE_INT - * 0-16 - * The event number. - * - * - * method - * G_TYPE_INT - * 2 - * This field will always been 2 (ie sound) from this element. - * - * - * - * - * + * The message is called "dtmf-event" and has + * the following fields: + * + * + * + * gint type (0-1): + * The application uses this field to specify which of the two methods + * specified in RFC 2833 to use. The value should be 0 for tones and 1 for + * named events. Tones are specified by their frequencies and events are + * specfied by their number. This element can only take events as input. + * Do not confuse with "method" which specified the output. + * + * + * + * + * gint number (0-16): + * The event number. + * + * + * + * + * gint method (2): + * This field will always been 2 (ie sound) from this element. + * + * + * */ #ifdef HAVE_CONFIG_H