Add liveadder to the docs
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Tue, 10 Feb 2009 18:46:03 +0000 (18:46 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:06 +0000 (19:29 +0100)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/liveadder/liveadder.h

index 35e9bcd..3378f1d 100644 (file)
@@ -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.
index 3d9ad30..54d3962 100644 (file)
@@ -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" />
     <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" />
index c396f5d..313f577 100644 (file)
@@ -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>
index 2574359..7448601 100644 (file)
@@ -55,6 +55,7 @@ typedef void (*GstLiveAdderFunction) (gpointer out, gpointer in, guint size);
  */
 struct _GstLiveAdder
 {
+  /*< private >*/
   GstElement element;
 
   GstPad *srcpad;