diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-udp.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-udp.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml new file mode 100644 index 00000000..26ab34ef --- /dev/null +++ b/docs/plugins/inspect/plugin-udp.xml @@ -0,0 +1,40 @@ +<plugin> + <name>udp</name> + <description>transfer data via UDP</description> + <filename>../../gst/udp/.libs/libgstudp.so</filename> + <basename>libgstudp.so</basename> + <version>0.9.0.1</version> + <license>LGPL</license> + <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 <burger@speedy.org></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 <wim@fluendo.com></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 <wim@fluendo.com></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 <wim@fluendo.com></author> + </element> + </elements> +</plugin>
\ No newline at end of file |