summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-16 15:48:02 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-16 15:48:02 +0200
commit1419862c50cfec0cccc93ef351d49e1388997c09 (patch)
tree5391b61b40730269da5c8aa01abd15cb394f8479 /docs
parent12b5ef6573776d56693ef252815fe784c4e55890 (diff)
downloadgstreamer-plugins-bad-1419862c50cfec0cccc93ef351d49e1388997c09.tar.gz
vp8: Remove plugin, moved to gst-plugins-good
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml3
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt28
-rw-r--r--docs/plugins/inspect/plugin-vp8.xml55
4 files changed, 0 insertions, 88 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 700945aba..508b21f9f 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -109,8 +109,6 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/timidity/gstwildmidi.h \
$(top_srcdir)/ext/voaacenc/gstvoaacenc.h \
$(top_srcdir)/ext/voamrwbenc/gstvoamrwbenc.h \
- $(top_srcdir)/ext/vp8/gstvp8enc.h \
- $(top_srcdir)/ext/vp8/gstvp8dec.h \
$(top_srcdir)/ext/zbar/gstzbar.h \
$(top_srcdir)/gst/aiff/aiffparse.h \
$(top_srcdir)/gst/aiff/aiffmux.h \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index c427e6637..db8682379 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -125,8 +125,6 @@
<xi:include href="xml/element-zbar.xml" />
<xi:include href="xml/element-voaacenc.xml" />
<xi:include href="xml/element-voamrwbenc.xml" />
- <xi:include href="xml/element-vp8dec.xml" />
- <xi:include href="xml/element-vp8enc.xml" />
<xi:include href="xml/element-wavescope.xml" />
</chapter>
@@ -215,7 +213,6 @@
<xi:include href="xml/plugin-xvid.xml" />
<xi:include href="xml/plugin-voaacenc.xml" />
<xi:include href="xml/plugin-voamrwbenc.xml" />
- <xi:include href="xml/plugin-vp8.xml" />
<xi:include href="xml/plugin-zbar.xml" />
</chapter>
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 8277276db..6a2386b02 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -1639,34 +1639,6 @@ gst_voamrwbenc_get_type
</SECTION>
<SECTION>
-<FILE>element-vp8dec</FILE>
-<TITLE>vp8dec</TITLE>
-GstVP8Dec
-<SUBSECTION Standard>
-GstVP8DecClass
-GST_VP8_DEC
-GST_VP8_DEC_CLASS
-GST_IS_VP8_DEC
-GST_IS_VP8_DEC_CLASS
-GST_TYPE_VP8_DEC
-gst_vp8_dec_get_type
-</SECTION>
-
-<SECTION>
-<FILE>element-vp8enc</FILE>
-<TITLE>vp8enc</TITLE>
-GstVP8Enc
-<SUBSECTION Standard>
-GstVP8EncClass
-GST_VP8_ENC
-GST_VP8_ENC_CLASS
-GST_IS_VP8_ENC
-GST_IS_VP8_ENC_CLASS
-GST_TYPE_VP8_ENC
-gst_vp8_enc_get_type
-</SECTION>
-
-<SECTION>
<FILE>element-zbar</FILE>
<TITLE>zbar</TITLE>
GstZBar
diff --git a/docs/plugins/inspect/plugin-vp8.xml b/docs/plugins/inspect/plugin-vp8.xml
deleted file mode 100644
index 22cdf0026..000000000
--- a/docs/plugins/inspect/plugin-vp8.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<plugin>
- <name>vp8</name>
- <description>VP8 plugin</description>
- <filename>../../ext/vp8/.libs/libgstvp8.so</filename>
- <basename>libgstvp8.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>vp8dec</name>
- <longname>On2 VP8 Decoder</longname>
- <class>Codec/Decoder/Video</class>
- <description>Decode VP8 video streams</description>
- <author>David Schleef &lt;ds@entropywave.com&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-vp8</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
- </caps>
- </pads>
- </element>
- <element>
- <name>vp8enc</name>
- <longname>On2 VP8 Encoder</longname>
- <class>Codec/Encoder/Video</class>
- <description>Encode VP8 video streams</description>
- <author>David Schleef &lt;ds@entropywave.com&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/x-vp8, profile=(int){ 0, 1, 2, 3 }</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file