mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
docs: add (sparse) docs for auparse element
This commit is contained in:
parent
30347902c2
commit
2086f5d9a5
3 changed files with 16 additions and 0 deletions
|
@ -129,6 +129,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/audiofx/audiowsincband.h \
|
$(top_srcdir)/gst/audiofx/audiowsincband.h \
|
||||||
$(top_srcdir)/gst/audiofx/audiowsinclimit.h \
|
$(top_srcdir)/gst/audiofx/audiowsinclimit.h \
|
||||||
$(top_srcdir)/gst/audiofx/audiofirfilter.h \
|
$(top_srcdir)/gst/audiofx/audiofirfilter.h \
|
||||||
|
$(top_srcdir)/gst/auparse/gstauparse.h \
|
||||||
$(top_srcdir)/gst/autodetect/gstautoaudiosink.h \
|
$(top_srcdir)/gst/autodetect/gstautoaudiosink.h \
|
||||||
$(top_srcdir)/gst/autodetect/gstautoaudiosrc.h \
|
$(top_srcdir)/gst/autodetect/gstautoaudiosrc.h \
|
||||||
$(top_srcdir)/gst/autodetect/gstautovideosink.h \
|
$(top_srcdir)/gst/autodetect/gstautovideosink.h \
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
<xi:include href="xml/element-audioinvert.xml" />
|
<xi:include href="xml/element-audioinvert.xml" />
|
||||||
<xi:include href="xml/element-audiopanorama.xml" />
|
<xi:include href="xml/element-audiopanorama.xml" />
|
||||||
<xi:include href="xml/element-audiokaraoke.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-autoaudiosink.xml" />
|
||||||
<xi:include href="xml/element-autoaudiosrc.xml" />
|
<xi:include href="xml/element-autoaudiosrc.xml" />
|
||||||
<xi:include href="xml/element-autovideosink.xml" />
|
<xi:include href="xml/element-autovideosink.xml" />
|
||||||
|
|
|
@ -278,6 +278,20 @@ GST_TYPE_AUDIO_WSINC_LIMIT
|
||||||
gst_audio_wsinclimit_get_type
|
gst_audio_wsinclimit_get_type
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>element-autoaudiosink</FILE>
|
<FILE>element-autoaudiosink</FILE>
|
||||||
<TITLE>autoaudiosink</TITLE>
|
<TITLE>autoaudiosink</TITLE>
|
||||||
|
|
Loading…
Reference in a new issue