gstreamer/docs/plugins/inspect/plugin-udp.xml
Thomas Vander Stichele a050b3d0bd add source module to docs; reinspect
Original commit message from CVS:
add source module to docs; reinspect
2005-09-11 17:52:09 +00:00

41 lines
No EOL
1.4 KiB
XML

<plugin>
<name>udp</name>
<description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename>
<version>0.9.1.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer CVS/prerelease</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
<name>dynudpsink</name>
<longname>UDP packet sender</longname>
<class>Sink/Network</class>
<description>Send data over the network via UDP</description>
<author>Philippe Khalaf &lt;burger@speedy.org&gt;</author>
</element>
<element>
<name>multiudpsink</name>
<longname>UDP packet sender</longname>
<class>Sink/Network</class>
<description>Send data over the network via UDP</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>udpsink</name>
<longname>UDP packet sender</longname>
<class>Sink/Network</class>
<description>Send data over the network via UDP</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>udpsrc</name>
<longname>UDP packet receiver</longname>
<class>Source/Network</class>
<description>Receive data over the network via UDP</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
</elements>
</plugin>