summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-23 19:14:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-23 19:14:07 +0000
commite7a575989ec163c2cc4925cb3c39fefc7bf7cd76 (patch)
tree7d6cf3fd4c70dd875ab1c00a807d34712be8798d
parentcadef6a1d54f8973e8f9742be156cdf854082986 (diff)
adding cutter
Original commit message from CVS: adding cutter
-rw-r--r--docs/plugins/inspect/plugin-cutter.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml
new file mode 100644
index 00000000..db897dc8
--- /dev/null
+++ b/docs/plugins/inspect/plugin-cutter.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>cutter</name>
+ <description>Audio Cutter to split audio into non-silent bits</description>
+ <filename>../../gst/cutter/.libs/libgstcutter.so</filename>
+ <basename>libgstcutter.so</basename>
+ <version>0.9.6</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins source release</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>cutter</name>
+ <longname>Cutter</longname>
+ <class>Filter/Editor/Audio</class>
+ <description>Audio Cutter to split audio into non-silent bits</description>
+ <author>Thomas &lt;thomas@apestaart.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file