summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-23 10:31:29 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-23 10:33:37 +0000
commitad661999ad2c79a5d7721f0eb1e7f1f83a304224 (patch)
treed8acd30d58d107a7cefffc87e5bc652f9910d050 /docs
parent43736e5c376b0d79680817a28349aaa300f14c0d (diff)
downloadgstreamer-plugins-bad-ad661999ad2c79a5d7721f0eb1e7f1f83a304224.tar.gz
mimic: remove ancient codec
This was used by MSN messenger in prehistoric times, it's safe to say no one needs or wants this any more these days. For decoding old recordings there's still a decoder in ffmpeg. https://bugzilla.gnome.org/show_bug.cgi?id=597616
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml1
-rw-r--r--docs/plugins/inspect/plugin-mimic.xml55
3 files changed, 0 insertions, 58 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 0cce8594a..9d88f8f88 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -82,8 +82,6 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/kate/gstkatetag.h \
$(top_srcdir)/ext/kate/gstkatetiger.h \
$(top_srcdir)/ext/ladspa/gstladspa.h \
- $(top_srcdir)/ext/mimic/gstmimenc.h \
- $(top_srcdir)/ext/mimic/gstmimdec.h \
$(top_srcdir)/ext/modplug/gstmodplug.h \
$(top_srcdir)/ext/mpeg2enc/gstmpeg2enc.hh \
$(top_srcdir)/ext/mplex/gstmplex.hh \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 199d66fb6..b3e6159af 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -182,7 +182,6 @@
<xi:include href="xml/plugin-geometrictransform.xml" />
<xi:include href="xml/plugin-gsm.xml" />
<xi:include href="xml/plugin-jpegformat.xml" />
- <xi:include href="xml/plugin-mimic.xml" />
<xi:include href="xml/plugin-mms.xml" />
<xi:include href="xml/plugin-modplug.xml" />
<xi:include href="xml/plugin-mpeg2enc.xml" />
diff --git a/docs/plugins/inspect/plugin-mimic.xml b/docs/plugins/inspect/plugin-mimic.xml
deleted file mode 100644
index 79e879556..000000000
--- a/docs/plugins/inspect/plugin-mimic.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<plugin>
- <name>mimic</name>
- <description>Mimic codec</description>
- <filename>../../ext/mimic/.libs/libgstmimic.so</filename>
- <basename>libgstmimic.so</basename>
- <version>1.10.0</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins source release</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>mimdec</name>
- <longname>Mimic Decoder</longname>
- <class>Codec/Decoder/Video</class>
- <description>MSN Messenger compatible Mimic video decoder element</description>
- <author>Andre Moreira Magalhaes &lt;andre.magalhaes@indt.org.br&gt;, Rob Taylor &lt;robtaylor@fastmail.fm&gt;, Philippe Khalaf &lt;burger@speedy.org&gt;, Ole André Vadla Ravnås &lt;oleavr@gmail.com&gt;,Olivier Crête &lt;olivier.crete@collabora.co.uk</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-mimic</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/x-raw, format=(string)RGB, framerate=(fraction)0/1, width=(int)320, height=(int)240; video/x-raw, format=(string)RGB, framerate=(fraction)0/1, width=(int)160, height=(int)120</details>
- </caps>
- </pads>
- </element>
- <element>
- <name>mimenc</name>
- <longname>Mimic Encoder</longname>
- <class>Codec/Encoder/Video</class>
- <description>MSN Messenger compatible Mimic video encoder element</description>
- <author>Andre Moreira Magalhaes &lt;andre.magalhaes@indt.org.br&gt;,Olivier Crête &lt;olivier.crete@collabora.co.uk</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-raw, format=(string)RGB, framerate=(fraction)[ 1/1, 30/1 ], width=(int)320, height=(int)240; video/x-raw, format=(string)RGB, framerate=(fraction)[ 1/1, 30/1 ], width=(int)160, height=(int)120</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/x-mimic</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file