1<plugin> 2 <name>openmpt</name> 3 <description>OpenMPT module player</description> 4 <filename>../../ext/openmpt/.libs/libgstopenmpt.so</filename> 5 <basename>libgstopenmpt.so</basename> 6 <version>1.16.2</version> 7 <license>LGPL</license> 8 <source>gst-plugins-bad</source> 9 <package>GStreamer Bad Plug-ins source release</package> 10 <origin>Unknown package origin</origin> 11 <elements> 12 <element> 13 <name>openmptdec</name> 14 <longname>OpenMPT-based module music decoder</longname> 15 <class>Codec/Decoder/Audio</class> 16 <description>Decoders module files (MOD/S3M/XM/IT/MTM/...) using OpenMPT</description> 17 <author>Carlos Rafael Giani <dv@pseudoterminal.org></author> 18 <pads> 19 <caps> 20 <name>sink</name> 21 <direction>sink</direction> 22 <presence>always</presence> 23 <details>audio/x-mod, type=(string){ 669, asylum-amf, dsmi-amf, extreme-ams, velvet-ams, dbm, digi, dmf, dsm, far, gdm, imf, it, j2b, mdl, med, mod, mt2, mtm, okt, psm, ptm, s3m, stm, ult, xm }</details> 24 </caps> 25 <caps> 26 <name>src</name> 27 <direction>source</direction> 28 <presence>always</presence> 29 <details>audio/x-raw, format=(string){ S16LE, F32LE }, layout=(string)interleaved, rate=(int)[ 1, 192000 ], channels=(int){ 1, 2, 4 }</details> 30 </caps> 31 </pads> 32 </element> 33 </elements> 34</plugin>