summaryrefslogtreecommitdiff
path: root/docs/plugins
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:13:45 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:15:46 +0100
commit591f6355e5ab88ad44ba20f7b25db7c3d2043ed0 (patch)
tree8d64e156868bd77aa1569a8ec3d6adcbc232d57d /docs/plugins
parentc90cdadbe42db3d1ee68e1d4d6d2cd2a90da5ae2 (diff)
downloadgstreamer-plugins-bad-591f6355e5ab88ad44ba20f7b25db7c3d2043ed0.tar.gz
freeze: remove freeze element, was replaced by imagefreeze in -good years ago
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt14
-rw-r--r--docs/plugins/inspect/plugin-freeze.xml34
4 files changed, 0 insertions, 51 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 508b21f9f..b7e0d3fb4 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -132,7 +132,6 @@ 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/gaudieffects/gstburn.h \
$(top_srcdir)/gst/gaudieffects/gstchromium.h \
$(top_srcdir)/gst/gaudieffects/gstdilate.h \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index db8682379..f17c4a75d 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -61,7 +61,6 @@
<xi:include href="xml/element-festival.xml" />
<xi:include href="xml/element-fisheye.xml" />
<xi:include href="xml/element-fpsdisplaysink.xml" />
- <xi:include href="xml/element-freeze.xml" />
<xi:include href="xml/element-gaussianblur.xml" />
<xi:include href="xml/element-ivfparse.xml" />
<xi:include href="xml/element-jpegparse.xml" />
@@ -158,7 +157,6 @@
<xi:include href="xml/plugin-fbdevsink.xml" />
<xi:include href="xml/plugin-festival.xml" />
<xi:include href="xml/plugin-filter.xml" />
- <xi:include href="xml/plugin-freeze.xml" />
<xi:include href="xml/plugin-frei0r.xml" />
<xi:include href="xml/plugin-gaudieffects.xml" />
<xi:include href="xml/plugin-geometrictransform.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 6a2386b02..0e1f0d15c 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -695,20 +695,6 @@ 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-gaussianblur</FILE>
<TITLE>gaussianblur</TITLE>
GaussBlur
diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml
deleted file mode 100644
index 1f4c6f5a2..000000000
--- a/docs/plugins/inspect/plugin-freeze.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>freeze</name>
- <description>Stream freezer</description>
- <filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
- <basename>libgstfreeze.so</basename>
- <version>0.11.94.1</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins git</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>freeze</name>
- <longname>Stream freezer</longname>
- <class>Generic</class>
- <description>Makes a stream from buffers of data</description>
- <author>Gergely Nagy &lt;gergely.nagy@neteyes.hu&gt;, Renato Filho &lt;renato.filho@indt.org.br&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>ANY</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>ANY</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file