imagefreeze: Add to the docs
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 27 Feb 2010 16:37:22 +0000 (17:37 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Mar 2010 07:29:57 +0000 (07:29 +0000)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
docs/plugins/inspect/plugin-imagefreeze.xml [new file with mode: 0644]

index 32140a2..a5bab1d 100644 (file)
@@ -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 \
index e583d21..228fe1b 100644 (file)
@@ -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" />
     <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" />
index 3be871d..f0d200b 100644 (file)
@@ -479,6 +479,20 @@ 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>
 GstInputSelector
diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml
new file mode 100644 (file)
index 0000000..eca432f
--- /dev/null
@@ -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 &lt;sebastian.droege@collabora.co.uk&gt;</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>
\ No newline at end of file