1<plugin> 2 <name>mpg123</name> 3 <description>mp3 decoding based on the mpg123 library</description> 4 <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename> 5 <basename>libgstmpg123.so</basename> 6 <version>1.16.2</version> 7 <license>LGPL</license> 8 <source>gst-plugins-good</source> 9 <package>GStreamer Good Plug-ins source release</package> 10 <origin>Unknown package origin</origin> 11 <elements> 12 <element> 13 <name>mpg123audiodec</name> 14 <longname>mpg123 mp3 decoder</longname> 15 <class>Codec/Decoder/Audio</class> 16 <description>Decodes mp3 streams using the mpg123 library</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/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ], parsed=(boolean)true</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, U16LE, S32LE, U32LE, S24LE, U24LE, F32LE }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ], layout=(string)interleaved</details> 30 </caps> 31 </pads> 32 </element> 33 </elements> 34</plugin>