mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
This commit is contained in:
parent
f8f00f26c7
commit
c8d258588e
8 changed files with 147 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* 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
|
||||
|
||||
2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/inspect/plugin-gdp.xml:
|
||||
|
|
21
docs/plugins/inspect/plugin-alsaspdif.xml
Normal file
21
docs/plugins/inspect/plugin-alsaspdif.xml
Normal file
|
@ -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 <martinsoto@users.sourceforge.net>
|
||||
Michael Smith <msmith@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
34
docs/plugins/inspect/plugin-filter.xml
Normal file
34
docs/plugins/inspect/plugin-filter.xml
Normal file
|
@ -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 <thomas@apestaart.org>, Steven W. Smith, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net></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 <monty@xiph.org>, Thomas <thomas@apestaart.org>, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net></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 <thomas@apestaart.org>, Steven W. Smith, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-h264parse.xml
Normal file
20
docs/plugins/inspect/plugin-h264parse.xml
Normal file
|
@ -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 <michal.benes@itonis.tv></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-musepack.xml
Normal file
20
docs/plugins/inspect/plugin-musepack.xml
Normal file
|
@ -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 <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-nsfdec.xml
Normal file
20
docs/plugins/inspect/plugin-nsfdec.xml
Normal file
|
@ -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 <johan@gnome.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -24,4 +24,4 @@
|
|||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net>Edgard Lima <edgard.lima@indt.org.br>Jan Schmidt <thaytan@mad.scientist.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-spectrum.xml
Normal file
20
docs/plugins/inspect/plugin-spectrum.xml
Normal file
|
@ -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 <omega@cse.ogi.edu>, Stefan Kost <ensonic@users.sf.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue