mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 15:38:50 +00:00
5dfcb63252
Rename files and types from speexresample to audioresample to finish the move and to prevent any confusion.
56 lines
No EOL
1.9 KiB
XML
56 lines
No EOL
1.9 KiB
XML
<plugin>
|
|
<name>subparse</name>
|
|
<description>Subtitle parsing</description>
|
|
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
|
<basename>libgstsubparse.so</basename>
|
|
<version>0.10.22.1</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-base</source>
|
|
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>ssaparse</name>
|
|
<longname>SSA Subtitle Parser</longname>
|
|
<class>Codec/Parser/Subtitle</class>
|
|
<description>Parses SSA subtitle streams</description>
|
|
<author>Tim-Philipp Müller <tim centricular net></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>text/x-pango-markup</details>
|
|
</caps>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>application/x-ssa; application/x-ass</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>subparse</name>
|
|
<longname>Subtitle parser</longname>
|
|
<class>Codec/Parser/Subtitle</class>
|
|
<description>Parses subtitle (.sub) files into text streams</description>
|
|
<author>Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
|
|
Ronald S. Bultje <rbultje@ronald.bitfreak.net></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>text/plain; text/x-pango-markup</details>
|
|
</caps>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |