mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
35 lines
No EOL
1.5 KiB
XML
35 lines
No EOL
1.5 KiB
XML
<plugin>
|
|
<name>dvdlpcmdec</name>
|
|
<description>Decode DVD LPCM frames into standard PCM</description>
|
|
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
|
<basename>libgstdvdlpcmdec.so</basename>
|
|
<version>0.10.11.1</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-ugly</source>
|
|
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>dvdlpcmdec</name>
|
|
<longname>DVD LPCM Audio decoder</longname>
|
|
<class>Codec/Decoder/Audio</class>
|
|
<description>Decode DVD LPCM frames into standard PCM audio</description>
|
|
<author>Jan Schmidt <jan@noraisin.net>
|
|
Michael Smith <msmith@fluendo.com></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>audio/x-raw-int, width=(int){ 16, 24 }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ], endianness=(int){ 4321 }, depth=(int){ 16, 24 }, signed=(boolean){ true }</details>
|
|
</caps>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<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>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |