diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-level.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-level.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml new file mode 100644 index 00000000..21bfb30e --- /dev/null +++ b/docs/plugins/inspect/plugin-level.xml @@ -0,0 +1,19 @@ +<plugin> + <name>level</name> + <description>Audio level plugin</description> + <filename>../../gst/level/.libs/libgstlevel.so</filename> + <basename>libgstlevel.so</basename> + <version>0.9.0.1</version> + <license>LGPL</license> + <package>GStreamer CVS/prerelease</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>level</name> + <longname>Level</longname> + <class>Filter/Analyzer/Audio</class> + <description>RMS/Peak/Decaying Peak Level messager for audio/raw</description> + <author>Thomas <thomas@apestaart.org></author> + </element> + </elements> +</plugin>
\ No newline at end of file |