mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
imagefreeze: Add to the docs
This commit is contained in:
parent
b0590069ec
commit
e71c7ecc93
4 changed files with 51 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/imagefreeze/gstimagefreeze.h \
|
||||
$(top_srcdir)/gst/legacyresample/gstlegacyresample.h \
|
||||
$(top_srcdir)/gst/liveadder/liveadder.h \
|
||||
$(top_srcdir)/gst/jpegformat/gstjpegparse.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-imagefreeze.xml" />
|
||||
<xi:include href="xml/element-input-selector.xml" />
|
||||
<xi:include href="xml/element-jackaudiosrc.xml" />
|
||||
<xi:include href="xml/element-jackaudiosink.xml" />
|
||||
|
@ -129,6 +130,7 @@
|
|||
<xi:include href="xml/plugin-frei0r.xml" />
|
||||
<xi:include href="xml/plugin-gsm.xml" />
|
||||
<xi:include href="xml/plugin-h264parse.xml" />
|
||||
<xi:include href="xml/plugin-imagefreeze.xml" />
|
||||
<xi:include href="xml/plugin-jack.xml" />
|
||||
<xi:include href="xml/plugin-jpegformat.xml" />
|
||||
<xi:include href="xml/plugin-kate.xml" />
|
||||
|
|
|
@ -478,6 +478,20 @@ GST_IS_FPS_DISPLAY_SINK_CLASS
|
|||
fps_display_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-imagefreeze</FILE>
|
||||
<TITLE>imagefreeze</TITLE>
|
||||
GstImageFreeze
|
||||
<SUBSECTION Standard>
|
||||
GstImageFreezeClass
|
||||
GST_IMAGE_FREEZE
|
||||
GST_IMAGE_FREEZE_CLASS
|
||||
GST_IS_IMAGE_FREEZE
|
||||
GST_IS_IMAGE_FREEZE_CLASS
|
||||
GST_TYPE_IMAGE_FREEZE
|
||||
gst_image_freeze_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-input-selector</FILE>
|
||||
<TITLE>input-selector</TITLE>
|
||||
|
|
34
docs/plugins/inspect/plugin-imagefreeze.xml
Normal file
34
docs/plugins/inspect/plugin-imagefreeze.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<plugin>
|
||||
<name>imagefreeze</name>
|
||||
<description>Still frame stream generator</description>
|
||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||
<basename>libgstimagefreeze.so</basename>
|
||||
<version>0.10.17.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>imagefreeze</name>
|
||||
<longname>Still frame stream generator</longname>
|
||||
<class>Filter/Video</class>
|
||||
<description>Generates a still frame stream from an image</description>
|
||||
<author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv; video/x-raw-rgb; video/x-raw-gray</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv; video/x-raw-rgb; video/x-raw-gray</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue