summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-rtsp.xml
blob: 0fae87811d172c3835c24ec8c641d7377b6d54fb (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
<plugin>
  <name>rtsp</name>
  <description>transfer data via RTSP</description>
  <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
  <basename>libgstrtsp.so</basename>
  <version>0.10.5</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>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>rtspsrc</name>
      <longname>RTSP packet receiver</longname>
      <class>Source/Network</class>
      <description>Receive data over the network via RTSP (RFC 2326)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;
    Thijs Vermeir &lt;thijs.vermeir@barco.com&gt;
    Lutz Mueller &lt;lutz@topfrose.de&gt;</author>
    </element>
  </elements>
</plugin>