summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-webrtc.xml
blob: 90e46cfec237a0577e67d8866f505ab77abb7a6e (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
<plugin>
  <name>webrtc</name>
  <description>WebRTC plugins</description>
  <filename>../../ext/webrtc/.libs/libgstwebrtc.so</filename>
  <basename>libgstwebrtc.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>webrtcbin</name>
      <longname>WebRTC Bin</longname>
      <class>Filter/Network/WebRTC</class>
      <description>A bin for webrtc connections</description>
      <author>Matthew Waters &lt;matthew@centricular.com&gt;</author>
      <pads>
        <caps>
          <name>sink_%u</name>
          <direction>sink</direction>
          <presence>request</presence>
          <details>application/x-rtp</details>
        </caps>
        <caps>
          <name>src_%u</name>
          <direction>source</direction>
          <presence>sometimes</presence>
          <details>application/x-rtp</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>