mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
89ee2ff0c5
Original commit message from CVS: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/gst-plugins-base-plugins.args: * gst/playback/gstplaybin.c: Document playbin. * docs/plugins/inspect/plugin-adder.xml: * docs/plugins/inspect/plugin-alsa.xml: * docs/plugins/inspect/plugin-audioconvert.xml: * docs/plugins/inspect/plugin-audiorate.xml: * docs/plugins/inspect/plugin-audioresample.xml: * docs/plugins/inspect/plugin-audiotestsrc.xml: * docs/plugins/inspect/plugin-cdparanoia.xml: * docs/plugins/inspect/plugin-decodebin.xml: * docs/plugins/inspect/plugin-ffmpegcolorspace.xml: * docs/plugins/inspect/plugin-gnomevfs.xml: * docs/plugins/inspect/plugin-ogg.xml: * docs/plugins/inspect/plugin-pango.xml: * docs/plugins/inspect/plugin-playbin.xml: * docs/plugins/inspect/plugin-subparse.xml: * docs/plugins/inspect/plugin-tcp.xml: * docs/plugins/inspect/plugin-theora.xml: * docs/plugins/inspect/plugin-typefindfunctions.xml: * docs/plugins/inspect/plugin-video4linux.xml: * docs/plugins/inspect/plugin-videorate.xml: * docs/plugins/inspect/plugin-videoscale.xml: * docs/plugins/inspect/plugin-videotestsrc.xml: * docs/plugins/inspect/plugin-volume.xml: * docs/plugins/inspect/plugin-vorbis.xml: * docs/plugins/inspect/plugin-ximagesink.xml: * docs/plugins/inspect/plugin-xvimagesink.xml: Update to CVS version.
48 lines
No EOL
1.9 KiB
XML
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.9.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>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>
|
|
</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>
|
|
</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>
|
|
</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>
|
|
</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>
|
|
</element>
|
|
</elements>
|
|
</plugin> |