summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-12-14 14:51:19 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-12-15 13:37:23 +0000
commit7ab936fa7eab2cb3d4035e1cd761e3f5384289a9 (patch)
treefcd2343e0b57321fb7fdd06286d97bcf06d275aa /docs/plugins/inspect
parent8b2641805f792fbf51999f881f9feb33f7853609 (diff)
downloadgstreamer-plugins-bad-7ab936fa7eab2cb3d4035e1cd761e3f5384289a9.tar.gz
scaletempo: remove scaletempo plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=687262
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-scaletempo.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-scaletempo.xml b/docs/plugins/inspect/plugin-scaletempo.xml
deleted file mode 100644
index 8eee247eb..000000000
--- a/docs/plugins/inspect/plugin-scaletempo.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>scaletempo</name>
- <description>Scale audio tempo in sync with playback rate</description>
- <filename>../../gst/scaletempo/.libs/libgstscaletempo.so</filename>
- <basename>libgstscaletempo.so</basename>
- <version>1.1.0.1</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer</package>
- <origin>http://gstreamer.freedesktop.org/</origin>
- <elements>
- <element>
- <name>scaletempo</name>
- <longname>Scaletempo</longname>
- <class>Filter/Effect/Rate</class>
- <description>Sync audio tempo with playback rate</description>
- <author>Rov Juvano &lt;rovjuvano@users.sourceforge.net&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file