Add liveadder to the docs

This commit is contained in:
Olivier Crête 2009-02-10 18:46:03 +00:00 committed by Edward Hervey
parent cf21405a7f
commit 79ebcb8fe5
4 changed files with 23 additions and 0 deletions

View 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.

View 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" />
@ -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" />

View 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>

View file

@ -55,6 +55,7 @@ typedef void (*GstLiveAdderFunction) (gpointer out, gpointer in, guint size);
*/
struct _GstLiveAdder
{
/*< private >*/
GstElement element;
GstPad *srcpad;