mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
adding cutter
Original commit message from CVS: adding cutter
This commit is contained in:
parent
cadef6a1d5
commit
e7a575989e
1 changed files with 20 additions and 0 deletions
20
docs/plugins/inspect/plugin-cutter.xml
Normal file
20
docs/plugins/inspect/plugin-cutter.xml
Normal file
|
@ -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 <thomas@apestaart.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue