aboutsummaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-udp.xml
blob: 490eaefb62a39c62be843b5f93670ea419becf26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<plugin>
  <name>udp</name>
  <description>transfer data via UDP</description>
  <filename>../../gst/udp/.libs/libgstudp.so</filename>
  <basename>libgstudp.so</basename>
  <version>1.3.90</version>
  <license>LGPL</license>
  <source>gst-plugins-good</source>
  <package>GStreamer Good Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>dynudpsink</name>
      <longname>UDP packet sender</longname>
      <class>Sink/Network</class>
      <description>Send data over the network via UDP with packet destinations picked up dynamically from meta on the buffers passed</description>
      <author>Philippe Khalaf &lt;burger@speedy.org&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>multiudpsink</name>
      <longname>UDP packet sender</longname>
      <class>Sink/Network</class>
      <description>Send data over the network via UDP to one or multiple recipients which can be added or removed at runtime using action signals</description>
      <author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </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>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </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;, Thijs Vermeir &lt;thijs.vermeir@barco.com&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>