summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-dvdspu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-dvdspu.xml')
-rw-r--r--docs/plugins/inspect/plugin-dvdspu.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml
new file mode 100644
index 00000000..119ac9e6
--- /dev/null
+++ b/docs/plugins/inspect/plugin-dvdspu.xml
@@ -0,0 +1,40 @@
+<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.5.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</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 &lt;jan@fluendo.com&gt;</author>
+ <pads>
+ <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>
+ <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>subpicture</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-dvd-subpicture</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file