ac3parse: add documentation

This commit is contained in:
Mark Nauwelaerts 2010-01-05 15:04:38 +01:00
parent d517e1c034
commit 51a28ed325
4 changed files with 17 additions and 1 deletions

View file

@ -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 \

View file

@ -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" />

View file

@ -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>

View file

@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:gstac3parse
* SECTION:element-ac3parse
* @short_description: AC3 parser
* @see_also: #GstAmrParse, #GstAACParse
*