summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-rtp.xml
blob: 2296362bcaf53c71a820e0c36f5ec9e4d4a8e0c2 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<plugin>
  <name>rtp</name>
  <description>Real-time protocol plugins</description>
  <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
  <basename>libgstrtp.so</basename>
  <version>0.10.0</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>asteriskh263</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts H263 video from RTP and encodes in Asterisk H263 format</description>
      <author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
    </element>
    <element>
      <name>rtpamrdepay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts AMR audio from RTP packets (RFC 3267)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpamrpay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payode AMR audio into RTP packets (RFC 3267)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpdepay</name>
      <longname>RTP Payloader</longname>
      <class>Codec/Depayr/Network</class>
      <description>Accepts raw RTP and RTCP packets and sends them forward</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpg711depay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts PCMU/PCMA audio from RTP packets</description>
      <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
    </element>
    <element>
      <name>rtpg711pay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payload-encodes PCMU/PCMA audio into a RTP packet</description>
      <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
    </element>
    <element>
      <name>rtpgsmdepay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts GSM audio from RTP packets</description>
      <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
    </element>
    <element>
      <name>rtpgsmpay</name>
      <longname>RTP GSM Audio Payloader</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payload-encodes GSM audio into a RTP packet</description>
      <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
    </element>
    <element>
      <name>rtph263pay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payload-encodes H263 video in RTP packets (RFC 2190)</description>
      <author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
    </element>
    <element>
      <name>rtph263pdepay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts H263+ video from RTP packets (RFC 2429)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtph263ppay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payload-encodes H263+ video in RTP packets (RFC 2429)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpmp4vdepay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts MPEG4 video from RTP packets (RFC 3016)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpmp4vpay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payode MPEG4 video as RTP packets (RFC 3016)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpmpadepay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts MPEG audio from RTP packets (RFC 2038)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpmpapay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payode MPEG audio as RTP packets (RFC 2038)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpspeexdepay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Depayr/Network</class>
      <description>Extracts Speex audio from RTP packets</description>
      <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
    </element>
    <element>
      <name>rtpspeexpay</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Payloader/Network</class>
      <description>Payload-encodes Speex audio into a RTP packet</description>
      <author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
    </element>
  </elements>
</plugin>