mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
docs: add freeze to plugin docs
This commit is contained in:
parent
3ed0c5f8bc
commit
33b17318f2
3 changed files with 16 additions and 0 deletions
|
@ -143,6 +143,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/dtmf/gstrtpdtmfdepay.h \
|
||||
$(top_srcdir)/gst/dvdspu/gstdvdspu.h \
|
||||
$(top_srcdir)/gst/festival/gstfestival.h \
|
||||
$(top_srcdir)/gst/freeze/gstfreeze.h \
|
||||
$(top_srcdir)/gst/imagefreeze/gstimagefreeze.h \
|
||||
$(top_srcdir)/gst/legacyresample/gstlegacyresample.h \
|
||||
$(top_srcdir)/gst/liveadder/liveadder.h \
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<xi:include href="xml/element-festival.xml" />
|
||||
<xi:include href="xml/element-flacparse.xml" />
|
||||
<xi:include href="xml/element-fpsdisplaysink.xml" />
|
||||
<xi:include href="xml/element-freeze.xml" />
|
||||
<xi:include href="xml/element-imagefreeze.xml" />
|
||||
<xi:include href="xml/element-input-selector.xml" />
|
||||
<xi:include href="xml/element-jackaudiosrc.xml" />
|
||||
|
|
|
@ -478,6 +478,20 @@ GST_IS_FPS_DISPLAY_SINK_CLASS
|
|||
fps_display_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-freeze</FILE>
|
||||
<TITLE>freeze</TITLE>
|
||||
GstFreeze
|
||||
<SUBSECTION Standard>
|
||||
GstFreezeClass
|
||||
GST_FREEZE
|
||||
GST_FREEZE_CLASS
|
||||
GST_IS_FREEZE
|
||||
GST_IS_FREEZE_CLASS
|
||||
GST_TYPE_FREEZE
|
||||
gst_freeze_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-imagefreeze</FILE>
|
||||
<TITLE>imagefreeze</TITLE>
|
||||
|
|
Loading…
Reference in a new issue