summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-rtp.xml
blob: 5e04186c1d07da348c826e7d326180902582ed52 (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
<plugin>
  <name>rtp</name>
  <description>Real-time protocol plugins</description>
  <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
  <basename>libgstrtp.so</basename>
  <version>0.9.1.1</version>
  <license>GPL</license>
  <source>gst-plugins-good</source>
  <package>GStreamer CVS/prerelease</package>
  <origin>http://gstreamer.freedesktop.org/</origin>
  <elements>
    <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 &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpamrenc</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Parser/Network</class>
      <description>Encode AMR audio into RTP packets (RFC 3267)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</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 &lt;zak147@yahoo.com&gt;</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 &lt;zak147@yahoo.com&gt;</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 &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtph263penc</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Parser/Network</class>
      <description>Encodes H263+ video in RTP packets (RFC 2429)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpmp4venc</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Parser/Network</class>
      <description>Encode MPEG4 video as RTP packets (RFC 3016)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>rtpmpaenc</name>
      <longname>RTP packet parser</longname>
      <class>Codec/Parser/Network</class>
      <description>Encode MPEG audio as RTP packets (RFC 2038)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
  </elements>
</plugin>