mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
55 lines
No EOL
2.1 KiB
XML
55 lines
No EOL
2.1 KiB
XML
<plugin>
|
|
<name>dvdsub</name>
|
|
<description>DVD subtitle parser and decoder</description>
|
|
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
|
|
<basename>libgstdvdsub.so</basename>
|
|
<version>0.10.16</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-ugly</source>
|
|
<package>GStreamer Ugly Plug-ins source release</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>dvdsubdec</name>
|
|
<longname>DVD subtitle decoder</longname>
|
|
<class>Codec/Decoder/Video</class>
|
|
<description>Decodes DVD subtitles into AYUV video frames</description>
|
|
<author>Wim Taymans <wim.taymans@gmail.com>, Jan Schmidt <thaytan@mad.scientist.com></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-dvd-subpicture</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)720, height=(int)576, framerate=(fraction)0/1; video/x-raw-rgb, width=(int)720, height=(int)576, framerate=(fraction)0/1, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, depth=(int)32</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>dvdsubparse</name>
|
|
<longname>DVD subtitle parser</longname>
|
|
<class>Codec/Parser/Subtitle</class>
|
|
<description>Parses and packetizes DVD subtitle streams</description>
|
|
<author>Mark Nauwelaerts <mnauw@users.sourceforge.net></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-dvd-subpicture</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>video/x-dvd-subpicture, parsed=(boolean)true</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |