dcaparse: add to documentation

This commit is contained in:
Mark Nauwelaerts 2010-12-03 18:11:09 +01:00 committed by Tim-Philipp Müller
parent 0bb654ed66
commit d1d1239fe4

View file

@ -22,16 +22,13 @@
* @short_description: DCA (DTS Coherent Acoustics) parser * @short_description: DCA (DTS Coherent Acoustics) parser
* @see_also: #GstAmrParse, #GstAACParse, #GstAc3Parse * @see_also: #GstAmrParse, #GstAACParse, #GstAc3Parse
* *
* <refsect2>
* <para>
* This is a DCA (DTS Coherent Acoustics) parser. * This is a DCA (DTS Coherent Acoustics) parser.
* </para> *
* <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* <para> * |[
* <programlisting>
* gst-launch filesrc location=abc.dts ! dcaparse ! dtsdec ! audioresample ! audioconvert ! autoaudiosink * gst-launch filesrc location=abc.dts ! dcaparse ! dtsdec ! audioresample ! audioconvert ! autoaudiosink
* </programlisting> * ]|
* </para>
* </refsect2> * </refsect2>
*/ */