mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Add liveadder to the docs
This commit is contained in:
parent
cf21405a7f
commit
79ebcb8fe5
4 changed files with 23 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -55,6 +55,7 @@ typedef void (*GstLiveAdderFunction) (gpointer out, gpointer in, guint size);
|
|||
*/
|
||||
struct _GstLiveAdder
|
||||
{
|
||||
/*< private >*/
|
||||
GstElement element;
|
||||
|
||||
GstPad *srcpad;
|
||||
|
|
Loading…
Reference in a new issue