gstreamer/docs/plugins/inspect/plugin-tcp.xml
Jan Schmidt 050b2f0a3b configure.ac: releasing 0.10.7, "Leave the gun"
Original commit message from CVS:
2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>

* configure.ac:
releasing 0.10.7, "Leave the gun"
2006-05-14 16:00:57 +00:00

48 lines
No EOL
1.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.7</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 &lt;thomas at apestaart dot org&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
</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 &lt;thomas at apestaart dot org&gt;</author>
</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 &lt;thomas at apestaart dot org&gt;</author>
</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 &lt;thomas at apestaart dot org&gt;</author>
</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 &lt;thomas at apestaart dot org&gt;</author>
</element>
</elements>
</plugin>