blob: 9429678e79ecf790910d8f94061b86fb74be6ae5 [file] [log] [blame]
Olivier Naudan2556a702012-04-16 08:57:32 -04001<plugin>
2 <name>dvdlpcmdec</name>
3 <description>Decode DVD LPCM frames into standard PCM</description>
4 <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
5 <basename>libgstdvdlpcmdec.so</basename>
Sebastian Dröge8b604cc2016-03-24 12:39:19 +02006 <version>1.8.0</version>
Olivier Naudan2556a702012-04-16 08:57:32 -04007 <license>LGPL</license>
8 <source>gst-plugins-ugly</source>
Sebastian Dröge0cf5d8f2015-06-07 11:06:23 +02009 <package>GStreamer Ugly Plug-ins source release</package>
Olivier Naudan2556a702012-04-16 08:57:32 -040010 <origin>Unknown package origin</origin>
11 <elements>
12 <element>
13 <name>dvdlpcmdec</name>
14 <longname>DVD LPCM Audio decoder</longname>
15 <class>Codec/Decoder/Audio</class>
16 <description>Decode DVD LPCM frames into standard PCM audio</description>
17 <author>Jan Schmidt &lt;jan@noraisin.net&gt;, Michael Smith &lt;msmith@fluendo.com&gt;</author>
18 <pads>
19 <caps>
20 <name>sink</name>
21 <direction>sink</direction>
22 <presence>always</presence>
23 <details>audio/x-private1-lpcm; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ true, false }, mute=(boolean){ true, false }</details>
24 </caps>
25 <caps>
26 <name>src</name>
27 <direction>source</direction>
28 <presence>always</presence>
29 <details>audio/x-raw, format=(string){ S16BE, S24BE }, layout=(string)interleaved, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]</details>
30 </caps>
31 </pads>
32 </element>
33 </elements>
34</plugin>