summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-srt.xml
blob: 80efc978b62166eff686b2ec11573f47ee53d043 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<plugin>
  <name>srt</name>
  <description>transfer data via SRT</description>
  <filename>../../ext/srt/.libs/libgstsrt.so</filename>
  <basename>libgstsrt.so</basename>
  <version>1.15.90</version>
  <license>LGPL</license>
  <source>gst-plugins-bad</source>
  <package>GStreamer Bad Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>srtclientsink</name>
      <longname>SRT sink</longname>
      <class>Sink/Network</class>
      <description>Send data over the network via SRT</description>
      <author>Justin Kim &lt;justin.joy.9to5@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>srtclientsrc</name>
      <longname>SRT source</longname>
      <class>Source/Network</class>
      <description>Receive data over the network via SRT</description>
      <author>Justin Kim &lt;justin.joy.9to5@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>srtserversink</name>
      <longname>SRT sink</longname>
      <class>Sink/Network</class>
      <description>Send data over the network via SRT</description>
      <author>Justin Kim &lt;justin.joy.9to5@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>srtserversrc</name>
      <longname>SRT source</longname>
      <class>Source/Network</class>
      <description>Receive data over the network via SRT</description>
      <author>Justin Kim &lt;justin.joy.9to5@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>srtsink</name>
      <longname>SRT sink</longname>
      <class>Sink/Network</class>
      <description>Send data over the network via SRT</description>
      <author>Justin Kim &lt;justin.joy.9to5@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>srtsrc</name>
      <longname>SRT source</longname>
      <class>Source/Network</class>
      <description>Receive data over the network via SRT</description>
      <author>Justin Kim &lt;justin.joy.9to5@gmail.com&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>