From d1d1239fe4bc293e7aa4e3bc90299ecb6209b8da Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 3 Dec 2010 18:11:09 +0100 Subject: [PATCH] dcaparse: add to documentation --- gst/audioparsers/gstdcaparse.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gst/audioparsers/gstdcaparse.c b/gst/audioparsers/gstdcaparse.c index c99c402..3b074cc 100644 --- a/gst/audioparsers/gstdcaparse.c +++ b/gst/audioparsers/gstdcaparse.c @@ -22,16 +22,13 @@ * @short_description: DCA (DTS Coherent Acoustics) parser * @see_also: #GstAmrParse, #GstAACParse, #GstAc3Parse * - * - * * This is a DCA (DTS Coherent Acoustics) parser. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=abc.dts ! dcaparse ! dtsdec ! audioresample ! audioconvert ! autoaudiosink - * - * + * ]| * */ -- 2.7.4