From: Sebastian Dröge Date: Sat, 27 Feb 2010 16:37:22 +0000 (+0100) Subject: imagefreeze: Add to the docs X-Git-Tag: 1.19.3~507^2~17340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e71c7ecc93af1510ddfe8145b328279894ab1d26;p=platform%2Fupstream%2Fgstreamer.git imagefreeze: Add to the docs --- diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 32140a2..a5bab1d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -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 \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index e583d21..228fe1b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -47,6 +47,7 @@ + @@ -129,6 +130,7 @@ + diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 3be871d..f0d200b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -479,6 +479,20 @@ fps_display_sink_get_type
+element-imagefreeze +imagefreeze +GstImageFreeze + +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 +
+ +
element-input-selector input-selector GstInputSelector diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml new file mode 100644 index 0000000..eca432f --- /dev/null +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -0,0 +1,34 @@ + + imagefreeze + Still frame stream generator + ../../gst/imagefreeze/.libs/libgstimagefreeze.so + libgstimagefreeze.so + 0.10.17.3 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins prerelease + Unknown package origin + + + imagefreeze + Still frame stream generator + Filter/Video + Generates a still frame stream from an image + Sebastian Dröge <sebastian.droege@collabora.co.uk> + + + src + source + always +
video/x-raw-yuv; video/x-raw-rgb; video/x-raw-gray
+
+ + sink + sink + always +
video/x-raw-yuv; video/x-raw-rgb; video/x-raw-gray
+
+
+
+
+
\ No newline at end of file