diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-tremor.xml | 58 |
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 <in7y118@public.uni-hamburg.de> - Chris Lord <chris@openedhand.com></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 <monty@xiph.org> - Wim Taymans <wim.taymans@chello.be> - Amaury Jacquot <sxpert@esitcom.org></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 |