mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
Add doc infrastructure to valve
This commit is contained in:
parent
a4ed8c5d96
commit
b545961383
3 changed files with 18 additions and 0 deletions
|
@ -143,6 +143,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideomark.h \
|
$(top_srcdir)/gst/videosignal/gstvideomark.h \
|
||||||
|
$(top_srcdir)/gst/valve/gstvalve.h \
|
||||||
$(top_srcdir)/gst/y4m/gsty4mencode.h \
|
$(top_srcdir)/gst/y4m/gsty4mencode.h \
|
||||||
$(top_srcdir)/gst/liveadder/liveadder.h \
|
$(top_srcdir)/gst/liveadder/liveadder.h \
|
||||||
$(top_srcdir)/sys/dvb/gstdvbsrc.h
|
$(top_srcdir)/sys/dvb/gstdvbsrc.h
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
<xi:include href="xml/element-timidity.xml" />
|
<xi:include href="xml/element-timidity.xml" />
|
||||||
<xi:include href="xml/element-twolame.xml" />
|
<xi:include href="xml/element-twolame.xml" />
|
||||||
<xi:include href="xml/element-trm.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-videoanalyse.xml" />
|
||||||
<xi:include href="xml/element-videodetect.xml" />
|
<xi:include href="xml/element-videodetect.xml" />
|
||||||
<xi:include href="xml/element-videomark.xml" />
|
<xi:include href="xml/element-videomark.xml" />
|
||||||
|
@ -140,6 +141,7 @@
|
||||||
<xi:include href="xml/plugin-twolame.xml" />
|
<xi:include href="xml/plugin-twolame.xml" />
|
||||||
<xi:include href="xml/plugin-tremor.xml" />
|
<xi:include href="xml/plugin-tremor.xml" />
|
||||||
<xi:include href="xml/plugin-tta.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-vcdsrc.xml" />
|
||||||
<xi:include href="xml/plugin-videosignal.xml" />
|
<xi:include href="xml/plugin-videosignal.xml" />
|
||||||
<xi:include href="xml/plugin-vmnc.xml" />
|
<xi:include href="xml/plugin-vmnc.xml" />
|
||||||
|
|
|
@ -877,3 +877,18 @@ GstLiveAdderFormat
|
||||||
GstLiveAdderFunction
|
GstLiveAdderFunction
|
||||||
gst_live_adder_get_type
|
gst_live_adder_get_type
|
||||||
</SECTION>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue