summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-07-17 15:09:31 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-07-17 15:09:31 +0000
commitc8d258588e85f0b7e4dd07c79ac14debec30ce83 (patch)
treeeef9e863a6c28ce3932352a9ddc873b87a730f4a /docs/plugins/inspect
parentf8f00f26c79dde4f601af5799ca3dab4d4b0d87c (diff)
downloadgst-plugins-bad-c8d258588e85f0b7e4dd07c79ac14debec30ce83.tar.gz
gst-plugins-bad-c8d258588e85f0b7e4dd07c79ac14debec30ce83.tar.bz2
gst-plugins-bad-c8d258588e85f0b7e4dd07c79ac14debec30ce83.zip
docs/plugins/inspect/: adding more inspect docs
Original commit message from CVS: * docs/plugins/inspect/plugin-alsaspdif.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-h264parse.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-nsfdec.xml: * docs/plugins/inspect/plugin-sdl.xml: * docs/plugins/inspect/plugin-spectrum.xml: adding more inspect docs
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-alsaspdif.xml21
-rw-r--r--docs/plugins/inspect/plugin-filter.xml34
-rw-r--r--docs/plugins/inspect/plugin-h264parse.xml20
-rw-r--r--docs/plugins/inspect/plugin-musepack.xml20
-rw-r--r--docs/plugins/inspect/plugin-nsfdec.xml20
-rw-r--r--docs/plugins/inspect/plugin-sdl.xml2
-rw-r--r--docs/plugins/inspect/plugin-spectrum.xml20
7 files changed, 136 insertions, 1 deletions
diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml
new file mode 100644
index 00000000..1a28b40e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-alsaspdif.xml
@@ -0,0 +1,21 @@
+<plugin>
+ <name>alsaspdif</name>
+ <description>Alsa plugin for S/PDIF output</description>
+ <filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
+ <basename>libgstalsaspdif.so</basename>
+ <version>0.10.3.1</version>
+ <license>unknown</license>
+ <source>gst-plugins-bad</source>
+ <package>gst-plugins-bad</package>
+ <origin>http://www.fluendo.com</origin>
+ <elements>
+ <element>
+ <name>alsaspdifsink</name>
+ <longname>S/PDIF ALSA audiosink</longname>
+ <class>audio/x-iec958</class>
+ <description>Feeds audio to S/PDIF interfaces through the ALSA sound driver</description>
+ <author>Martin Soto &lt;martinsoto@users.sourceforge.net&gt;
+ Michael Smith &lt;msmith@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml
new file mode 100644
index 00000000..f2429587
--- /dev/null
+++ b/docs/plugins/inspect/plugin-filter.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>filter</name>
+ <description>IIR, lpwsinc and bpwsinc audio filter elements</description>
+ <filename>../../gst/filter/.libs/libgstfilter.so</filename>
+ <basename>libgstfilter.so</basename>
+ <version>0.10.3.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>bpwsinc</name>
+ <longname>Band-pass Windowed sinc filter</longname>
+ <class>Filter/Effect/Audio</class>
+ <description>Band-pass Windowed sinc filter</description>
+ <author>Thomas &lt;thomas@apestaart.org&gt;, Steven W. Smith, Dreamlab Technologies Ltd. &lt;mathis.hofer@dreamlab.net&gt;</author>
+ </element>
+ <element>
+ <name>iir</name>
+ <longname>Infinite Impulse Response (IIR) filter</longname>
+ <class>Filter/Effect/Audio</class>
+ <description>IIR filter based on vorbis code</description>
+ <author>Monty &lt;monty@xiph.org&gt;, Thomas &lt;thomas@apestaart.org&gt;, Dreamlab Technologies Ltd. &lt;mathis.hofer@dreamlab.net&gt;</author>
+ </element>
+ <element>
+ <name>lpwsinc</name>
+ <longname>Low-pass Windowed sinc filter</longname>
+ <class>Filter/Effect/Audio</class>
+ <description>Low-pass Windowed sinc filter</description>
+ <author>Thomas &lt;thomas@apestaart.org&gt;, Steven W. Smith, Dreamlab Technologies Ltd. &lt;mathis.hofer@dreamlab.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml
new file mode 100644
index 00000000..04987f91
--- /dev/null
+++ b/docs/plugins/inspect/plugin-h264parse.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>h264parse</name>
+ <description>Element parsing raw h264 streams</description>
+ <filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
+ <basename>libgsth264parse.so</basename>
+ <version>0.10.3.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>h264parse</name>
+ <longname>H264Parse</longname>
+ <class>Codec/Parser</class>
+ <description>Parses raw h264 stream</description>
+ <author>Michal Benes &lt;michal.benes@itonis.tv&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml
new file mode 100644
index 00000000..093cf759
--- /dev/null
+++ b/docs/plugins/inspect/plugin-musepack.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>musepack</name>
+ <description>Musepack decoder</description>
+ <filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
+ <basename>libgstmusepack.so</basename>
+ <version>0.10.3.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>musepackdec</name>
+ <longname>Musepack decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Musepack decoder</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml
new file mode 100644
index 00000000..116ea7eb
--- /dev/null
+++ b/docs/plugins/inspect/plugin-nsfdec.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>nsfdec</name>
+ <description>Uses nosefart to decode .nsf files</description>
+ <filename>../../gst/nsf/.libs/libgstnsf.so</filename>
+ <basename>libgstnsf.so</basename>
+ <version>0.10.3.1</version>
+ <license>GPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>nsfdec</name>
+ <longname>Nsf decoder</longname>
+ <class>Codec/Audio/Decoder</class>
+ <description>Using nosefart to decode NSF audio tunes</description>
+ <author>Johan Dahlin &lt;johan@gnome.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml
index ff0608af..d7c13390 100644
--- a/docs/plugins/inspect/plugin-sdl.xml
+++ b/docs/plugins/inspect/plugin-sdl.xml
@@ -24,4 +24,4 @@
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;Edgard Lima &lt;edgard.lima@indt.org.br&gt;Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
</element>
</elements>
-</plugin>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml
new file mode 100644
index 00000000..684b1062
--- /dev/null
+++ b/docs/plugins/inspect/plugin-spectrum.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>spectrum</name>
+ <description>Run an FFT on the audio signal, output spectrum data</description>
+ <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
+ <basename>libgstspectrum.so</basename>
+ <version>0.10.3.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>spectrum</name>
+ <longname>Spectrum analyzer</longname>
+ <class>Filter/Analyzer/Audio</class>
+ <description>Run an FFT on the audio signal, output spectrum data</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Stefan Kost &lt;ensonic@users.sf.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file