summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-srt.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-05-29 18:03:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-05-29 18:03:42 +0100
commit85cd3ba2407115739a3563d1d35df27e461f9854 (patch)
tree2c87181ef67c2bd1884e99e05a1e801a89a03403 /docs/plugins/inspect/plugin-srt.xml
parentbeb88d94b5ae4a196e0b9b9f74111ee24414170d (diff)
Update docs
Diffstat (limited to 'docs/plugins/inspect/plugin-srt.xml')
-rw-r--r--docs/plugins/inspect/plugin-srt.xml73
1 files changed, 73 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-srt.xml b/docs/plugins/inspect/plugin-srt.xml
new file mode 100644
index 0000000000..4ae4fc0b4b
--- /dev/null
+++ b/docs/plugins/inspect/plugin-srt.xml
@@ -0,0 +1,73 @@
+<plugin>
+ <name>srt</name>
+ <description>transfer data via SRT</description>
+ <filename>../../ext/srt/.libs/libgstsrt.so</filename>
+ <basename>libgstsrt.so</basename>
+ <version>1.14.5</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>srtclientsink</name>
+ <longname>SRT client sink</longname>
+ <class>Sink/Network</class>
+ <description>Send data over the network via SRT</description>
+ <author>Justin Kim &lt;justin.kim@collabora.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>srtclientsrc</name>
+ <longname>SRT client source</longname>
+ <class>Source/Network</class>
+ <description>Receive data over the network via SRT</description>
+ <author>Justin Kim &lt;justin.kim@collabora.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>srtserversink</name>
+ <longname>SRT server sink</longname>
+ <class>Sink/Network</class>
+ <description>Send data over the network via SRT</description>
+ <author>Justin Kim &lt;justin.kim@collabora.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>srtserversrc</name>
+ <longname>SRT Server source</longname>
+ <class>Source/Network</class>
+ <description>Receive data over the network via SRT</description>
+ <author>Justin Kim &lt;justin.kim@collabora.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file