diff --git a/gst/audioparsers/gstdcaparse.c b/gst/audioparsers/gstdcaparse.c index c99c40293e..3b074ccc0b 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 - * - * + * ]| * */