docs: add (sparse) docs for auparse element

This commit is contained in:
Stefan Kost 2010-04-08 16:51:05 +03:00
parent 30347902c2
commit 2086f5d9a5
3 changed files with 16 additions and 0 deletions

View file

@ -129,6 +129,7 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/audiofx/audiowsincband.h \
$(top_srcdir)/gst/audiofx/audiowsinclimit.h \
$(top_srcdir)/gst/audiofx/audiofirfilter.h \
$(top_srcdir)/gst/auparse/gstauparse.h \
$(top_srcdir)/gst/autodetect/gstautoaudiosink.h \
$(top_srcdir)/gst/autodetect/gstautoaudiosrc.h \
$(top_srcdir)/gst/autodetect/gstautovideosink.h \

View file

@ -39,6 +39,7 @@
<xi:include href="xml/element-audioinvert.xml" />
<xi:include href="xml/element-audiopanorama.xml" />
<xi:include href="xml/element-audiokaraoke.xml" />
<xi:include href="xml/element-auparse.xml" />
<xi:include href="xml/element-autoaudiosink.xml" />
<xi:include href="xml/element-autoaudiosrc.xml" />
<xi:include href="xml/element-autovideosink.xml" />

View file

@ -278,6 +278,20 @@ GST_TYPE_AUDIO_WSINC_LIMIT
gst_audio_wsinclimit_get_type
</SECTION>
<SECTION>
<FILE>element-auparse</FILE>
<TITLE>auparse</TITLE>
GstAuParse
<SUBSECTION Standard>
GstAuParseClass
GST_TYPE_AU_PARSE
GST_AU_PARSE
GST_AU_PARSE_CLASS
GST_IS_AU_PARSE
GST_IS_AU_PARSE_CLASS
gst_au_parse_get_type
</SECTION>
<SECTION>
<FILE>element-autoaudiosink</FILE>
<TITLE>autoaudiosink</TITLE>