mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
docs: add audioparsers to docs
This commit is contained in:
parent
e067c554c2
commit
ce9ee5829d
4 changed files with 236 additions and 0 deletions
|
@ -132,6 +132,12 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/audiofx/audiowsincband.h \
|
||||
$(top_srcdir)/gst/audiofx/audiowsinclimit.h \
|
||||
$(top_srcdir)/gst/audiofx/audiofirfilter.h \
|
||||
$(top_srcdir)/gst/audioparsers/gstaacparse.h \
|
||||
$(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/audioparsers/gstmpegaudioparse.h \
|
||||
$(top_srcdir)/gst/auparse/gstauparse.h \
|
||||
$(top_srcdir)/gst/autodetect/gstautoaudiosink.h \
|
||||
$(top_srcdir)/gst/autodetect/gstautoaudiosrc.h \
|
||||
|
|
|
@ -18,12 +18,15 @@
|
|||
|
||||
<chapter>
|
||||
<title>gst-plugins-good Elements</title>
|
||||
<xi:include href="xml/element-aacparse.xml" />
|
||||
<xi:include href="xml/element-aasink.xml" />
|
||||
<xi:include href="xml/element-ac3parse.xml" />
|
||||
<xi:include href="xml/element-agingtv.xml" />
|
||||
<xi:include href="xml/element-alpha.xml" />
|
||||
<xi:include href="xml/element-alphacolor.xml" />
|
||||
<xi:include href="xml/element-alawdec.xml" />
|
||||
<xi:include href="xml/element-alawenc.xml" />
|
||||
<xi:include href="xml/element-amrparse.xml" />
|
||||
<xi:include href="xml/element-apedemux.xml" />
|
||||
<xi:include href="xml/element-apev2mux.xml" />
|
||||
<xi:include href="xml/element-aspectratiocrop.xml" />
|
||||
|
@ -56,6 +59,7 @@
|
|||
<xi:include href="xml/element-cmmldec.xml" />
|
||||
<xi:include href="xml/element-cmmlenc.xml" />
|
||||
<xi:include href="xml/element-cutter.xml" />
|
||||
<xi:include href="xml/element-dcaparse.xml" />
|
||||
<xi:include href="xml/element-deinterlace.xml" />
|
||||
<xi:include href="xml/element-deinterleave.xml" />
|
||||
<xi:include href="xml/element-dicetv.xml" />
|
||||
|
@ -70,6 +74,7 @@
|
|||
<xi:include href="xml/element-esdsink.xml" />
|
||||
<xi:include href="xml/element-flacdec.xml" />
|
||||
<xi:include href="xml/element-flacenc.xml" />
|
||||
<xi:include href="xml/element-flacparse.xml" />
|
||||
<xi:include href="xml/element-flactag.xml" />
|
||||
<xi:include href="xml/element-flvdemux.xml" />
|
||||
<xi:include href="xml/element-flvmux.xml" />
|
||||
|
@ -103,6 +108,7 @@
|
|||
<xi:include href="xml/element-matroskamux.xml" />
|
||||
<xi:include href="xml/element-matroskademux.xml" />
|
||||
<xi:include href="xml/element-monoscope.xml" />
|
||||
<xi:include href="xml/element-mpegaudioparse.xml" />
|
||||
<xi:include href="xml/element-mulawdec.xml" />
|
||||
<xi:include href="xml/element-mulawenc.xml" />
|
||||
<xi:include href="xml/element-multifilesink.xml" />
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
<SECTION>
|
||||
<FILE>element-aacparse</FILE>
|
||||
<TITLE>aacparse</TITLE>
|
||||
GstAacParse
|
||||
<SUBSECTION Standard>
|
||||
GstAacParseClass
|
||||
GST_AAC_PARSE
|
||||
GST_AAC_PARSE_CLASS
|
||||
GST_IS_AAC_PARSE
|
||||
GST_IS_AAC_PARSE_CLASS
|
||||
GST_TYPE_AAC_PARSE
|
||||
gst_aac_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-aasink</FILE>
|
||||
<TITLE>aasink</TITLE>
|
||||
|
@ -12,6 +26,20 @@ GST_IS_AASINK_CLASS
|
|||
gst_aasink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-ac3parse</FILE>
|
||||
<TITLE>ac3parse</TITLE>
|
||||
GstAc3Parse
|
||||
<SUBSECTION Standard>
|
||||
GstAc3ParseClass
|
||||
GST_AC3_PARSE
|
||||
GST_AC3_PARSE_CLASS
|
||||
GST_IS_AC3_PARSE
|
||||
GST_IS_AC3_PARSE_CLASS
|
||||
GST_TYPE_AC3_PARSE
|
||||
gst_ac3_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-alawdec</FILE>
|
||||
<TITLE>alawdec</TITLE>
|
||||
|
@ -68,6 +96,20 @@ GST_ALPHA_COLOR_CLASS
|
|||
GST_IS_ALPHA_COLOR_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-amrparse</FILE>
|
||||
<TITLE>amrparse</TITLE>
|
||||
GstAmrParse
|
||||
<SUBSECTION Standard>
|
||||
GstAmrParseClass
|
||||
GST_AMR_PARSE
|
||||
GST_AMR_PARSE_CLASS
|
||||
GST_IS_AMR_PARSE
|
||||
GST_IS_AMR_PARSE_CLASS
|
||||
GST_TYPE_AMR_PARSE
|
||||
gst_amr_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-apedemux</FILE>
|
||||
<TITLE>apedemux</TITLE>
|
||||
|
@ -537,6 +579,21 @@ GstCutterClass
|
|||
gst_cutter_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-deinterlace</FILE>
|
||||
<TITLE>deinterlace</TITLE>
|
||||
|
@ -776,6 +833,20 @@ GST_IS_FLAC_ENC_CLASS
|
|||
gst_flac_enc_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-flacparse</FILE>
|
||||
<TITLE>flacparse</TITLE>
|
||||
GstFlacParse
|
||||
<SUBSECTION Standard>
|
||||
GstFlacParseClass
|
||||
GST_FLAC_PARSE
|
||||
GST_FLAC_PARSE_CLASS
|
||||
GST_IS_FLAC_PARSE
|
||||
GST_IS_FLAC_PARSE_CLASS
|
||||
GST_TYPE_FLAC_PARSE
|
||||
gst_flac_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-flactag</FILE>
|
||||
<TITLE>flactag</TITLE>
|
||||
|
@ -1243,6 +1314,20 @@ GST_IS_MONOSCOPE_CLASS
|
|||
gst_monoscope_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-mpegaudioparse</FILE>
|
||||
<TITLE>mpegaudioparse</TITLE>
|
||||
GstMpegAudioParse
|
||||
<SUBSECTION Standard>
|
||||
GstMpegAudioParseClass
|
||||
GST_MPEG_AUDIO_PARSE
|
||||
GST_MPEG_AUDIO_PARSE_CLASS
|
||||
GST_IS_MPEG_AUDIO_PARSE
|
||||
GST_IS_MPEG_AUDIO_PARSE_CLASS
|
||||
GST_TYPE_MPEG_AUDIO_PARSE
|
||||
gst_mpeg_audio_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-mulawdec</FILE>
|
||||
<TITLE>mulawdec</TITLE>
|
||||
|
|
139
docs/plugins/inspect/plugin-audioparsers.xml
Normal file
139
docs/plugins/inspect/plugin-audioparsers.xml
Normal file
|
@ -0,0 +1,139 @@
|
|||
<plugin>
|
||||
<name>audioparsers</name>
|
||||
<description>Parsers for various audio formats</description>
|
||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
||||
<basename>libgstaudioparsers.so</basename>
|
||||
<version>0.10.28.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aacparse</name>
|
||||
<longname>AAC audio stream parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>Advanced Audio Coding parser</description>
|
||||
<author>Stefan Kost <stefan.kost@nokia.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, framed=(boolean)false, mpegversion=(int){ 2, 4 }</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, framed=(boolean)true, mpegversion=(int){ 2, 4 }, stream-format=(string){ raw, adts, adif }</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>ac3parse</name>
|
||||
<longname>AC3 audio stream parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>AC3 parser</description>
|
||||
<author>Tim-Philipp Müller <tim centricular net></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-ac3, framed=(boolean)false; audio/x-eac3, framed=(boolean)false; audio/ac3, framed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-ac3, framed=(boolean)true, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]; audio/x-eac3, framed=(boolean)true, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>amrparse</name>
|
||||
<longname>AMR audio stream parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>Adaptive Multi-Rate audio parser</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-amr-nb-sh; audio/x-amr-wb-sh</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/AMR, rate=(int)8000, channels=(int)1; audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>dcaparse</name>
|
||||
<longname>DTS Coherent Acoustics audio stream parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>DCA parser</description>
|
||||
<author>Tim-Philipp Müller <tim centricular net></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-dts, framed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-dts, framed=(boolean)true, channels=(int)[ 1, 8 ], rate=(int)[ 8000, 192000 ], depth=(int){ 14, 16 }, endianness=(int){ 1234, 4321 }</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>flacparse</name>
|
||||
<longname>FLAC audio parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>Parses audio with the FLAC lossless audio codec</description>
|
||||
<author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-flac, framed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-flac, framed=(boolean)true, channels=(int)[ 1, 8 ], rate=(int)[ 1, 655350 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>mpegaudioparse</name>
|
||||
<longname>MPEG1 Audio Parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>Parses and frames mpeg1 audio streams (levels 1-3), provides seek</description>
|
||||
<author>Jan Schmidt <thaytan@mad.scientist.com>,Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)1, parsed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ], parsed=(boolean)true</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue