summaryrefslogtreecommitdiffstats
path: root/docs/plugins
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-10 18:58:40 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-17 19:30:44 +0100
commitb545961383bce8debe8a534c010c1cd205446973 (patch)
tree2ae860e3afa6d7db8324c99e7ea1f3de73a38f29 /docs/plugins
parenta4ed8c5d96cc8e5cdcf0e16e1b730c6a8838e993 (diff)
downloadgst-plugins-bad-b545961383bce8debe8a534c010c1cd205446973.tar.gz
gst-plugins-bad-b545961383bce8debe8a534c010c1cd205446973.tar.bz2
gst-plugins-bad-b545961383bce8debe8a534c010c1cd205446973.zip
Add doc infrastructure to valve
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt15
3 files changed, 18 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 3378f1d9..edce6a75 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -143,6 +143,7 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
$(top_srcdir)/gst/videosignal/gstvideomark.h \
+ $(top_srcdir)/gst/valve/gstvalve.h \
$(top_srcdir)/gst/y4m/gsty4mencode.h \
$(top_srcdir)/gst/liveadder/liveadder.h \
$(top_srcdir)/sys/dvb/gstdvbsrc.h
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 54d3962e..750e1961 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -66,6 +66,7 @@
<xi:include href="xml/element-timidity.xml" />
<xi:include href="xml/element-twolame.xml" />
<xi:include href="xml/element-trm.xml" />
+ <xi:include href="xml/element-valve.xml" />
<xi:include href="xml/element-videoanalyse.xml" />
<xi:include href="xml/element-videodetect.xml" />
<xi:include href="xml/element-videomark.xml" />
@@ -140,6 +141,7 @@
<xi:include href="xml/plugin-twolame.xml" />
<xi:include href="xml/plugin-tremor.xml" />
<xi:include href="xml/plugin-tta.xml" />
+ <xi:include href="xml/plugin-valve.xml" />
<xi:include href="xml/plugin-vcdsrc.xml" />
<xi:include href="xml/plugin-videosignal.xml" />
<xi:include href="xml/plugin-vmnc.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 313f5775..a0dc6c74 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -877,3 +877,18 @@ GstLiveAdderFormat
GstLiveAdderFunction
gst_live_adder_get_type
</SECTION>
+
+<SECTION>
+<FILE>element-valve</FILE>
+<TITLE>valve</TITLE>
+GstValve
+<SUBSECTION Standard>
+GstValveClass
+GstValvePrivate
+gst_valve_get_type
+GST_IS_VALVE
+GST_IS_VALVE_CLASS
+GST_TYPE_VALVE
+GST_VALVE
+GST_VALVE_CLASS
+</SECTION>