diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-01-23 12:39:21 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-01-23 12:47:19 +0100 |
commit | 6fec8619b597f5cc9c58d268ddd9f64ea0a94277 (patch) | |
tree | c9c2bea935db978a38203d986628381f35e44755 /docs | |
parent | 0cda7294abdbd49ccde526bfa5efbe66bd109740 (diff) | |
download | gst-plugins-bad-6fec8619b597f5cc9c58d268ddd9f64ea0a94277.tar.gz gst-plugins-bad-6fec8619b597f5cc9c58d268ddd9f64ea0a94277.tar.bz2 gst-plugins-bad-6fec8619b597f5cc9c58d268ddd9f64ea0a94277.zip |
Remove speexresample from -bad, it's in -base
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/inspect/plugin-speexresample.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-speexresample.xml b/docs/plugins/inspect/plugin-speexresample.xml deleted file mode 100644 index 40127c49..00000000 --- a/docs/plugins/inspect/plugin-speexresample.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>speexresample</name> - <description>Resamples audio</description> - <filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename> - <basename>libgstspeexresample.so</basename> - <version>0.10.8</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>speexresample</name> - <longname>Audio resampler</longname> - <class>Filter/Converter/Audio</class> - <description>Resamples audio</description> - <author>Sebastian Dröge <slomo@circular-chaos.org></author> - <pads> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> - </caps> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |