mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
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>1.10.0</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>Sub-picture Overlay</longname>
|
|
<class>Mixer/Video/Overlay/SubPicture/DVD/Bluray</class>
|
|
<description>Parses Sub-Picture command streams and renders the SPU overlay onto the video as it passes through</description>
|
|
<author>Jan Schmidt <thaytan@noraisin.net></author>
|
|
<pads>
|
|
<caps>
|
|
<name>subpicture</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>subpicture/x-dvd; subpicture/x-pgs</details>
|
|
</caps>
|
|
<caps>
|
|
<name>video</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |