docs/plugins/: Add SMPTE effect elements to docs.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
Add SMPTE effect elements to docs.
This commit is contained in:
Wim Taymans 2008-05-28 16:22:36 +00:00
parent 7ec92ddf2d
commit 9943e68fc9
4 changed files with 37 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
Add SMPTE effect elements to docs.
2008-05-28 Stefan Kost <ensonic@users.sf.net> 2008-05-28 Stefan Kost <ensonic@users.sf.net>
* docs/plugins/Makefile.am: * docs/plugins/Makefile.am:

View file

@ -131,6 +131,8 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/qtdemux/qtdemux.h \ $(top_srcdir)/gst/qtdemux/qtdemux.h \
$(top_srcdir)/gst/rtsp/gstrtpdec.h \ $(top_srcdir)/gst/rtsp/gstrtpdec.h \
$(top_srcdir)/gst/rtsp/gstrtspsrc.h \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \
$(top_srcdir)/gst/smpte/gstsmpte.h \
$(top_srcdir)/gst/smpte/gstsmptealpha.h \
$(top_srcdir)/gst/spectrum/gstspectrum.h \ $(top_srcdir)/gst/spectrum/gstspectrum.h \
$(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \
$(top_srcdir)/gst/udp/gstudpsrc.h \ $(top_srcdir)/gst/udp/gstudpsrc.h \

View file

@ -77,6 +77,8 @@
<xi:include href="xml/element-rtspsrc.xml" /> <xi:include href="xml/element-rtspsrc.xml" />
<xi:include href="xml/element-smokedec.xml" /> <xi:include href="xml/element-smokedec.xml" />
<xi:include href="xml/element-smokeenc.xml" /> <xi:include href="xml/element-smokeenc.xml" />
<xi:include href="xml/element-smpte.xml" />
<xi:include href="xml/element-smptealpha.xml" />
<xi:include href="xml/element-souphttpsrc.xml" /> <xi:include href="xml/element-souphttpsrc.xml" />
<xi:include href="xml/element-spectrum.xml" /> <xi:include href="xml/element-spectrum.xml" />
<xi:include href="xml/element-udpsrc.xml" /> <xi:include href="xml/element-udpsrc.xml" />

View file

@ -966,6 +966,32 @@ GST_RTP_DEC_CLASS
GST_IS_RTP_DEC_CLASS GST_IS_RTP_DEC_CLASS
</SECTION> </SECTION>
<SECTION>
<FILE>element-smpte</FILE>
<TITLE>smpte</TITLE>
GstSMPTE
<SUBSECTION Standard>
GstSMPTEClass
GST_SMPTE
GST_IS_SMPTE
GST_TYPE_SMPTE
GST_SMPTE_CLASS
GST_IS_SMPTE_CLASS
</SECTION>
<SECTION>
<FILE>element-smptealpha</FILE>
<TITLE>smptealpha</TITLE>
GstSMPTEAlpha
<SUBSECTION Standard>
GstSMPTEAlphaClass
GST_SMPTE_ALPHA
GST_IS_SMPTE_ALPHA
GST_TYPE_SMPTE_ALPHA
GST_SMPTE_ALPHA_CLASS
GST_IS_SMPTE_ALPHA_CLASS
</SECTION>
<SECTION> <SECTION>
<FILE>element-souphttpsrc</FILE> <FILE>element-souphttpsrc</FILE>
<TITLE>souphttpsrc</TITLE> <TITLE>souphttpsrc</TITLE>