mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
dcaparse: add to documentation
This commit is contained in:
parent
f4e916f882
commit
fa0dea3fdc
4 changed files with 20 additions and 7 deletions
|
@ -140,6 +140,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/audioparsers/gstac3parse.h \
|
||||
$(top_srcdir)/gst/audioparsers/gstamrparse.h \
|
||||
$(top_srcdir)/gst/audioparsers/gstflacparse.h \
|
||||
$(top_srcdir)/gst/audioparsers/gstdcaparse.h \
|
||||
$(top_srcdir)/gst/autoconvert/gstautoconvert.h \
|
||||
$(top_srcdir)/gst/camerabin/gstcamerabin.h \
|
||||
$(top_srcdir)/gst/coloreffects/gstcoloreffects.h \
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<xi:include href="xml/element-cvsobel.xml" />
|
||||
<xi:include href="xml/element-dataurisrc.xml" />
|
||||
<!--xi:include href="xml/element-dc1394.xml" /-->
|
||||
<xi:include href="xml/element-dcaparse.xml" />
|
||||
<xi:include href="xml/element-dccpclientsink.xml" />
|
||||
<xi:include href="xml/element-dccpclientsrc.xml" />
|
||||
<xi:include href="xml/element-dccpserversink.xml" />
|
||||
|
|
|
@ -363,6 +363,20 @@ GST_TYPE_DC1394
|
|||
gst_dc1394_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-dcaparse</FILE>
|
||||
<TITLE>dcaparse</TITLE>
|
||||
GstDCAParse
|
||||
<SUBSECTION Standard>
|
||||
GstDCAParseClass
|
||||
GST_DCA_PARSE
|
||||
GST_DCA_PARSE_CLASS
|
||||
GST_IS_DCA_PARSE
|
||||
GST_IS_DCA_PARSE_CLASS
|
||||
GST_TYPE_DCA_PARSE
|
||||
gst_dca_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-dccpclientsink</FILE>
|
||||
<TITLE>dccpclientsink</TITLE>
|
||||
|
|
|
@ -22,16 +22,13 @@
|
|||
* @short_description: DCA (DTS Coherent Acoustics) parser
|
||||
* @see_also: #GstAmrParse, #GstAACParse, #GstAc3Parse
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
* This is a DCA (DTS Coherent Acoustics) parser.
|
||||
* </para>
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* <para>
|
||||
* <programlisting>
|
||||
* |[
|
||||
* gst-launch filesrc location=abc.dts ! dcaparse ! dtsdec ! audioresample ! audioconvert ! autoaudiosink
|
||||
* </programlisting>
|
||||
* </para>
|
||||
* ]|
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue