diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-17 15:09:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-17 15:09:31 +0000 |
commit | c8d258588e85f0b7e4dd07c79ac14debec30ce83 (patch) | |
tree | eef9e863a6c28ce3932352a9ddc873b87a730f4a /docs/plugins/inspect/plugin-nsfdec.xml | |
parent | f8f00f26c79dde4f601af5799ca3dab4d4b0d87c (diff) | |
download | gst-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/plugin-nsfdec.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-nsfdec.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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 <johan@gnome.org></author> + </element> + </elements> +</plugin>
\ No newline at end of file |