Remove dummy plugin_init. Remove some undefined entries from doc- section file. Add...
[platform/upstream/gstreamer.git] / docs / plugins / inspect / plugin-udp.xml
1 <plugin>
2   <name>udp</name>
3   <description>transfer data via UDP</description>
4   <filename>../../gst/udp/.libs/libgstudp.so</filename>
5   <basename>libgstudp.so</basename>
6   <version>0.10.8.1</version>
7   <license>LGPL</license>
8   <source>gst-plugins-good</source>
9   <package>GStreamer Good Plug-ins CVS/prerelease</package>
10   <origin>http://gstreamer.freedesktop.org</origin>
11   <elements>
12     <element>
13       <name>dynudpsink</name>
14       <longname>UDP packet sender</longname>
15       <class>Sink/Network</class>
16       <description>Send data over the network via UDP</description>
17       <author>Philippe Khalaf &lt;burger@speedy.org&gt;</author>
18       <pads>
19         <caps>
20           <name>sink</name>
21           <direction>sink</direction>
22           <presence>always</presence>
23           <details>ANY</details>
24         </caps>
25       </pads>
26     </element>
27     <element>
28       <name>multiudpsink</name>
29       <longname>UDP packet sender</longname>
30       <class>Sink/Network</class>
31       <description>Send data over the network via UDP</description>
32       <author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
33       <pads>
34         <caps>
35           <name>sink</name>
36           <direction>sink</direction>
37           <presence>always</presence>
38           <details>ANY</details>
39         </caps>
40       </pads>
41     </element>
42     <element>
43       <name>udpsink</name>
44       <longname>UDP packet sender</longname>
45       <class>Sink/Network</class>
46       <description>Send data over the network via UDP</description>
47       <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
48       <pads>
49         <caps>
50           <name>sink</name>
51           <direction>sink</direction>
52           <presence>always</presence>
53           <details>ANY</details>
54         </caps>
55       </pads>
56     </element>
57     <element>
58       <name>udpsrc</name>
59       <longname>UDP packet receiver</longname>
60       <class>Source/Network</class>
61       <description>Receive data over the network via UDP</description>
62       <author>Wim Taymans &lt;wim@fluendo.com&gt;
63     Thijs Vermeir &lt;thijs.vermeir@barco.com&gt;</author>
64       <pads>
65         <caps>
66           <name>src</name>
67           <direction>source</direction>
68           <presence>always</presence>
69           <details>ANY</details>
70         </caps>
71       </pads>
72     </element>
73   </elements>
74 </plugin>