• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<plugin>
2  <name>dvdspu</name>
3  <description>DVD Sub-picture Overlay element</description>
4  <filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
5  <basename>libgstdvdspu.so</basename>
6  <version>1.16.2</version>
7  <license>LGPL</license>
8  <source>gst-plugins-bad</source>
9  <package>GStreamer Bad Plug-ins source release</package>
10  <origin>Unknown package origin</origin>
11  <elements>
12    <element>
13      <name>dvdspu</name>
14      <longname>Sub-picture Overlay</longname>
15      <class>Mixer/Video/Overlay/SubPicture/DVD/Bluray</class>
16      <description>Parses Sub-Picture command streams and renders the SPU overlay onto the video as it passes through</description>
17      <author>Jan Schmidt &lt;thaytan@noraisin.net&gt;</author>
18      <pads>
19        <caps>
20          <name>subpicture</name>
21          <direction>sink</direction>
22          <presence>always</presence>
23          <details>subpicture/x-dvd; subpicture/x-pgs</details>
24        </caps>
25        <caps>
26          <name>video</name>
27          <direction>sink</direction>
28          <presence>always</presence>
29          <details>video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
30        </caps>
31        <caps>
32          <name>src</name>
33          <direction>source</direction>
34          <presence>always</presence>
35          <details>video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
36        </caps>
37      </pads>
38    </element>
39  </elements>
40</plugin>