diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-gmedec.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gmedec.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-gmedec.xml b/docs/plugins/inspect/plugin-gmedec.xml new file mode 100644 index 000000000..7eb227c03 --- /dev/null +++ b/docs/plugins/inspect/plugin-gmedec.xml @@ -0,0 +1,34 @@ +<plugin> + <name>gmedec</name> + <description>GME Audio Decoder</description> + <filename>../../ext/gme/.libs/libgstgme.so</filename> + <basename>libgstgme.so</basename> + <version>0.10.15</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>gmedec</name> + <longname>Gaming console music file decoder</longname> + <class>Codec/Audio/Decoder</class> + <description>Uses libgme to emulate a gaming console sound processors</description> + <author>Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com>, Michael Pyne <mpyne@kde.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details> + </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-ay; audio/x-gbs; audio/x-gym; audio/x-hes; audio/x-kss; audio/x-nsf; audio/x-sap; audio/x-spc; audio/x-vgm</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |