dtmfdetect: Add dtmfdetects to plugins docs

This commit is contained in:
Olivier Crête 2009-11-04 22:52:19 -05:00
parent d1db40df6e
commit 6db13ce20a
3 changed files with 20 additions and 2 deletions

View file

@ -104,7 +104,7 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/kate/gstkateparse.h \
$(top_srcdir)/ext/kate/gstkatetag.h \
$(top_srcdir)/ext/kate/gstkatetiger.h \
$(top_srcdir)/ext/ladspa/gstladspa.h \
$(top_srcdir)/ext/ladspa/gstladspa.h \
$(top_srcdir)/ext/musicbrainz/gsttrm.h \
$(top_srcdir)/ext/metadata/gstbasemetadata.h \
$(top_srcdir)/ext/metadata/gstmetadatademux.h \
@ -134,6 +134,7 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/debugutils/fpsdisplaysink.h \
$(top_srcdir)/gst/debugutils/gstcapssetter.h \
$(top_srcdir)/gst/dtmf/gstdtmfsrc.h \
$(top_srcdir)/gst/dtmf/gstdtmfdetect.h \
$(top_srcdir)/gst/dtmf/gstrtpdtmfsrc.h \
$(top_srcdir)/gst/dtmf/gstrtpdtmfdepay.h \
$(top_srcdir)/gst/dvdspu/gstdvdspu.h \

View file

@ -34,6 +34,7 @@
<xi:include href="xml/element-dccpserversrc.xml" />
<xi:include href="xml/element-dfbvideosink.xml" />
<xi:include href="xml/element-directdrawsink.xml" />
<xi:include href="xml/element-dtmfdetect.xml" />
<xi:include href="xml/element-dtmfsrc.xml" />
<xi:include href="xml/element-dtsdec.xml" />
<xi:include href="xml/element-dvbsrc.xml" />

View file

@ -282,6 +282,23 @@ gst_dtmf_src_get_type
gst_dtmf_src_plugin_init
</SECTION>
<SECTION>
<FILE>element-dtmfdetect</FILE>
<TITLE>dtmfdetect</TITLE>
GstDtmfDetect
<SUBSECTION Standard>
GstDtmfDetectClass
GST_TYPE_DTMF_DETECT
GST_DTMF_DETECT
GST_DTMF_DETECT_CAST
GST_DTMF_DETECT_CLASS
GST_DTMF_DETECT_GET_CLASS
GST_IS_DTMF_DETECT
GST_IS_DTMF_DETECT_CLASS
gst_dtmf_detect_get_type
gst_dtmf_detect_plugin_init
</SECTION>
<SECTION>
<FILE>element-dtsdec</FILE>
<TITLE>dtsdec</TITLE>
@ -848,7 +865,6 @@ GST_TYPE_RTP_MUX
GstRTPMuxClass
gst_rtp_mux_get_type
gst_rtp_mux_plugin_init
gst_rtp_session_set_ssrc
</SECTION>
<SECTION>