From e71c7ecc93af1510ddfe8145b328279894ab1d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 27 Feb 2010 17:37:22 +0100 Subject: [PATCH] imagefreeze: Add to the docs --- docs/plugins/Makefile.am | 1 + .../plugins/gst-plugins-bad-plugins-docs.sgml | 2 ++ .../gst-plugins-bad-plugins-sections.txt | 14 ++++++++ docs/plugins/inspect/plugin-imagefreeze.xml | 34 +++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 docs/plugins/inspect/plugin-imagefreeze.xml diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 32140a2b88..a5bab1d036 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 e583d219df..228fe1ba14 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 3be871dc14..f0d200b87c 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -478,6 +478,20 @@ GST_IS_FPS_DISPLAY_SINK_CLASS 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 diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml new file mode 100644 index 0000000000..eca432f8cf --- /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