diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-02-10 18:46:03 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-17 19:29:06 +0100 |
commit | 79ebcb8fe5f4c856e87b51d7eaef9e59a53f763c (patch) | |
tree | 3f1d02c9bfeb7f809a084d8903cc9fecd0bcc7f2 /docs | |
parent | cf21405a7fa73666b5009d59bb5ab382626edccb (diff) | |
download | gst-plugins-bad-79ebcb8fe5f4c856e87b51d7eaef9e59a53f763c.tar.gz gst-plugins-bad-79ebcb8fe5f4c856e87b51d7eaef9e59a53f763c.tar.bz2 gst-plugins-bad-79ebcb8fe5f4c856e87b51d7eaef9e59a53f763c.zip |
Add liveadder to the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 19 |
3 files changed, 22 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 35e9bcd5..3378f1d9 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -144,6 +144,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/videosignal/gstvideodetect.h \ $(top_srcdir)/gst/videosignal/gstvideomark.h \ $(top_srcdir)/gst/y4m/gsty4mencode.h \ + $(top_srcdir)/gst/liveadder/liveadder.h \ $(top_srcdir)/sys/dvb/gstdvbsrc.h # Images to copy into HTML directory. diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 3d9ad307..54d3962e 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -46,6 +46,7 @@ <xi:include href="xml/element-jackaudiosrc.xml" /> <xi:include href="xml/element-jackaudiosink.xml" /> <xi:include href="xml/element-legacyresample.xml" /> + <xi:include href="xml/element-liveadder.xml" /> <xi:include href="xml/element-metadatademux.xml" /> <xi:include href="xml/element-metadatamux.xml" /> <xi:include href="xml/element-modplug.xml" /> @@ -105,6 +106,7 @@ <xi:include href="xml/plugin-h264parse.xml" /> <xi:include href="xml/plugin-jack.xml" /> <xi:include href="xml/plugin-ladspa.xml" /> + <xi:include href="xml/plugin-liveadder.xml" /> <xi:include href="xml/plugin-metadata.xml" /> <xi:include href="xml/plugin-mms.xml" /> <xi:include href="xml/plugin-modplug.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index c396f5d3..313f5775 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -858,3 +858,22 @@ GST_Y4M_ENCODE_GET_CLASS GST_TYPE_Y4M_ENCODE gst_y4m_encode_get_type </SECTION> + + +<SECTION> +<FILE>element-liveadder</FILE> +<TITLE>liveadder</TITLE> +GstLiveAdder +<SUBSECTION Standard> +GstLiveAdderClass +GST_IS_LIVE_ADDER +GST_IS_LIVE_ADDER_CLASS +GST_IS_MXF_DEMUX_PAD +GST_LIVE_ADDER +GST_LIVE_ADDER_CLASS +GST_LIVE_ADDER_GET_CLASS +GST_TYPE_LIVE_ADDER +GstLiveAdderFormat +GstLiveAdderFunction +gst_live_adder_get_type +</SECTION> |