summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-webrtc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-webrtc.xml')
-rw-r--r--docs/plugins/inspect/plugin-webrtc.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-webrtc.xml b/docs/plugins/inspect/plugin-webrtc.xml
new file mode 100644
index 000000000..903336346
--- /dev/null
+++ b/docs/plugins/inspect/plugin-webrtc.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>webrtc</name>
+ <description>WebRTC plugins</description>
+ <filename>../../ext/webrtc/.libs/libgstwebrtc.so</filename>
+ <basename>libgstwebrtc.so</basename>
+ <version>1.13.1</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> \ No newline at end of file