mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
04c392fa7d
This is an ad-hoc release that is almost identical to 0.10.34: * work around GLib atomic ops API change * don't use G_CONST_RETURN in public headers * subparse: typefinding fixes for subtitles in non-UTF8 charsets
88 lines
No EOL
2.9 KiB
XML
88 lines
No EOL
2.9 KiB
XML
<plugin>
|
|
<name>tcp</name>
|
|
<description>transfer data over the network via TCP</description>
|
|
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
|
<basename>libgsttcp.so</basename>
|
|
<version>0.10.35</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-base</source>
|
|
<package>GStreamer Base Plug-ins source release</package>
|
|
<origin>Unknown package origin</origin>
|
|
<elements>
|
|
<element>
|
|
<name>multifdsink</name>
|
|
<longname>Multi filedescriptor sink</longname>
|
|
<class>Sink/Network</class>
|
|
<description>Send data to multiple filedescriptors</description>
|
|
<author>Thomas Vander Stichele <thomas at apestaart dot org>, Wim Taymans <wim@fluendo.com></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>tcpclientsink</name>
|
|
<longname>TCP client sink</longname>
|
|
<class>Sink/Network</class>
|
|
<description>Send data as a client over the network via TCP</description>
|
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>tcpclientsrc</name>
|
|
<longname>TCP client source</longname>
|
|
<class>Source/Network</class>
|
|
<description>Receive data as a client over the network via TCP</description>
|
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>tcpserversink</name>
|
|
<longname>TCP server sink</longname>
|
|
<class>Sink/Network</class>
|
|
<description>Send data as a server over the network via TCP</description>
|
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>tcpserversrc</name>
|
|
<longname>TCP server source</longname>
|
|
<class>Source/Network</class>
|
|
<description>Receive data as a server over the network via TCP</description>
|
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
|
<pads>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>ANY</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |