mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
dcaparse: add to documentation
This commit is contained in:
parent
0bb654ed66
commit
d1d1239fe4
1 changed files with 4 additions and 7 deletions
|
@ -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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue