summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-15 11:55:07 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-15 12:20:48 +0100
commite3081a71ba96cf2a9d1eab79836a39e59177af9a (patch)
treefcf955e6edb06a1742683fb131a04d2c37e8ff6d /docs
parent31d3ec392fe899ab9fc764ef6359c43812bd0ee9 (diff)
downloadgstreamer-plugins-bad-e3081a71ba96cf2a9d1eab79836a39e59177af9a.tar.gz
Moved 'ivorbis(dec)' from -bad to -base.
Fixes #609063.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt14
-rw-r--r--docs/plugins/inspect/plugin-tremor.xml58
4 files changed, 0 insertions, 74 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index e184fc2c4..32140a2b8 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -96,7 +96,6 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/dc1394/gstdc1394.h \
$(top_srcdir)/ext/directfb/dfbvideosink.h \
$(top_srcdir)/ext/dts/gstdtsdec.h \
- $(top_srcdir)/ext/ivorbis/vorbisdec.h \
$(top_srcdir)/ext/faac/gstfaac.h \
$(top_srcdir)/ext/faad/gstfaad.h \
$(top_srcdir)/ext/jack/gstjackaudiosrc.h \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index d87ffdcf7..d76de3959 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -48,7 +48,6 @@
<xi:include href="xml/element-flacparse.xml" />
<xi:include href="xml/element-fpsdisplaysink.xml" />
<xi:include href="xml/element-input-selector.xml" />
- <xi:include href="xml/element-ivorbisdec.xml" />
<xi:include href="xml/element-jackaudiosrc.xml" />
<xi:include href="xml/element-jackaudiosink.xml" />
<xi:include href="xml/element-jpegparse.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 508ef718c..3be871dc1 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -499,20 +499,6 @@ GST_INPUT_SELECTOR_WAIT
</SECTION>
<SECTION>
-<FILE>element-ivorbisdec</FILE>
-<TITLE>ivorbisdec</TITLE>
-GstIVorbisDec
-<SUBSECTION Standard>
-GstIVorbisDecClass
-GST_IVORBIS_DEC
-GST_IVORBIS_DEC_CLASS
-GST_IS_IVORBIS_DEC
-GST_IS_IVORBIS_DEC_CLASS
-GST_TYPE_IVORBIS_DEC
-gst_ivorbis_dec_get_type
-</SECTION>
-
-<SECTION>
<FILE>element-jackaudiosrc</FILE>
<TITLE>jackaudiosrc</TITLE>
GstJackAudioSrc
diff --git a/docs/plugins/inspect/plugin-tremor.xml b/docs/plugins/inspect/plugin-tremor.xml
deleted file mode 100644
index 468bc8d0c..000000000
--- a/docs/plugins/inspect/plugin-tremor.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<plugin>
- <name>tremor</name>
- <description>OGG Vorbis Tremor plugins element</description>
- <filename>../../ext/ivorbis/.libs/libgstivorbis.so</filename>
- <basename>libgstivorbis.so</basename>
- <version>0.10.6.1</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>ivorbisdec</name>
- <longname>Vorbis audio decoder</longname>
- <class>Codec/Decoder/Audio</class>
- <description>decode raw vorbis streams to integer audio</description>
- <author>Benjamin Otte &lt;in7y118@public.uni-hamburg.de&gt;
- Chris Lord &lt;chris@openedhand.com&gt;</author>
- <pads>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 6 ], endianness=(int)1234, width=(int)32, depth=(int)16, signed=(boolean)true</details>
- </caps>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-vorbis</details>
- </caps>
- </pads>
- </element>
- <element>
- <name>tremor</name>
- <longname>Ogg Vorbis audio decoder</longname>
- <class>Codec/Decoder/Audio</class>
- <description>Decodes OGG Vorbis audio using the Tremor vorbisfile API</description>
- <author>Monty &lt;monty@xiph.org&gt;
- Wim Taymans &lt;wim.taymans@chello.be&gt;
- Amaury Jacquot &lt;sxpert@esitcom.org&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>application/ogg</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-float, depth=(int)32, endianness=(int)1234, rate=(int)[ 11025, 48000 ], channels=(int)2; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 11025, 48000 ], channels=(int)[ 1, 2 ]</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file