mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
e0237fb6e8
Original commit message from CVS: Release 0.10.10
40 lines
No EOL
1.5 KiB
XML
40 lines
No EOL
1.5 KiB
XML
<plugin>
|
|
<name>dvdspu</name>
|
|
<description>DVD Sub-picture Overlay element</description>
|
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
|
<basename>libgstdvdspu.so</basename>
|
|
<version>0.10.10</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-bad</source>
|
|
<package>GStreamer Bad Plug-ins source release</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>dvdspu</name>
|
|
<longname>Fluendo DVD Player Sub-picture Overlay</longname>
|
|
<class>Mixer/Video/Overlay/DVD</class>
|
|
<description>Parses the DVD Sub-Picture command stream and renders the SPU overlay onto the video as it passes through</description>
|
|
<author>Jan Schmidt <jan@fluendo.com></author>
|
|
<pads>
|
|
<caps>
|
|
<name>subpicture</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-dvd-subpicture</details>
|
|
</caps>
|
|
<caps>
|
|
<name>video</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |