summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-05-28 16:22:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-28 16:22:36 +0000
commit9943e68fc9bd24980503f590ea2258367905628f (patch)
tree2d279d4b00636d57a21d134c326c22f98408ced5 /docs
parent7ec92ddf2dceceeb688b26d45ba606eb6df29f19 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt26
3 files changed, 30 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 008aa1f3..d69ea332 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -131,6 +131,8 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/qtdemux/qtdemux.h \
$(top_srcdir)/gst/rtsp/gstrtpdec.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/udp/gstmultiudpsink.h \
$(top_srcdir)/gst/udp/gstudpsrc.h \
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index c5fdb274..dd36c251 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -77,6 +77,8 @@
<xi:include href="xml/element-rtspsrc.xml" />
<xi:include href="xml/element-smokedec.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-spectrum.xml" />
<xi:include href="xml/element-udpsrc.xml" />
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index d35edaf6..0acf1071 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -967,6 +967,32 @@ GST_IS_RTP_DEC_CLASS
</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>
<FILE>element-souphttpsrc</FILE>
<TITLE>souphttpsrc</TITLE>
GstSoupHTTPSrc