blob: 207a4c96245dee619a16af8492a78f66cd4dee87 (
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
|
<plugin>
<name>rtp</name>
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
<name>asteriskh263</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts H263 video from RTP and encodes in Asterisk H263 format</description>
<author>Neil Stratford <neils@vipadia.com></author>
</element>
<element>
<name>rtpamrdec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts AMR audio from RTP packets (RFC 3267)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpamrenc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encode AMR audio into RTP packets (RFC 3267)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpdec</name>
<longname>RTP Decoder</longname>
<class>Codec/Parser/Network</class>
<description>Accepts raw RTP and RTCP packets and sends them forward</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpg711dec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts PCMU/PCMA audio from RTP packets</description>
<author>Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com></author>
</element>
<element>
<name>rtpg711enc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes PCMU/PCMA audio into a RTP packet</description>
<author>Edgard Lima <edgard.lima@indt.org.br></author>
</element>
<element>
<name>rtpgsmenc</name>
<longname>RTP GSM Audio Encoder</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes GSM audio into a RTP packet</description>
<author>Zeeshan Ali <zeenix@gmail.com></author>
</element>
<element>
<name>rtpgsmparse</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts GSM audio from RTP packets</description>
<author>Zeeshan Ali <zeenix@gmail.com></author>
</element>
<element>
<name>rtph263enc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes H263 video in RTP packets (RFC 2190)</description>
<author>Neil Stratford <neils@vipadia.com></author>
</element>
<element>
<name>rtph263pdec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts H263+ video from RTP packets (RFC 2429)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtph263penc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes H263+ video in RTP packets (RFC 2429)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpmp4vdec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts MPEG4 video from RTP packets (RFC 3016)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpmp4venc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encode MPEG4 video as RTP packets (RFC 3016)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpmpadec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts MPEG audio from RTP packets (RFC 2038)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
<element>
<name>rtpmpaenc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encode MPEG audio as RTP packets (RFC 2038)</description>
<author>Wim Taymans <wim@fluendo.com></author>
</element>
</elements>
</plugin>
|