mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ac3parse: add documentation
This commit is contained in:
parent
d517e1c034
commit
51a28ed325
4 changed files with 17 additions and 1 deletions
|
@ -125,6 +125,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/aiff/aiffparse.h \
|
||||
$(top_srcdir)/gst/aiff/aiffmux.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/autoconvert/gstautoconvert.h \
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<chapter>
|
||||
<title>gst-plugins-bad Elements</title>
|
||||
<xi:include href="xml/element-aacparse.xml" />
|
||||
<xi:include href="xml/element-ac3parse.xml" />
|
||||
<xi:include href="xml/element-aiffparse.xml" />
|
||||
<xi:include href="xml/element-aiffmux.xml" />
|
||||
<xi:include href="xml/element-amrparse.xml" />
|
||||
|
|
|
@ -12,6 +12,20 @@ GST_TYPE_AACPARSE
|
|||
gst_aacparse_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-aiffmux</FILE>
|
||||
<TITLE>aiffmux</TITLE>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
/**
|
||||
* SECTION:gstac3parse
|
||||
* SECTION:element-ac3parse
|
||||
* @short_description: AC3 parser
|
||||
* @see_also: #GstAmrParse, #GstAACParse
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue