summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-adder.xml
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-09-14 09:33:35 -0300
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 10:21:37 -0400
commitcf6ed5700c85dd1b4cf61b5a92ec4ff0bc02238d (patch)
tree61791bf0a5f87a4f4ba69a5de59ff65b6f28215c /docs/plugins/inspect/plugin-adder.xml
parent685731e989dc074a4b0d48b6c8062e2738f09719 (diff)
downloadgstreamer-plugins-base-cf6ed5700c85dd1b4cf61b5a92ec4ff0bc02238d.tar.gz
doc: Remove gtk-doc support
Diffstat (limited to 'docs/plugins/inspect/plugin-adder.xml')
-rw-r--r--docs/plugins/inspect/plugin-adder.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml
deleted file mode 100644
index a1dd2f4a4..000000000
--- a/docs/plugins/inspect/plugin-adder.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>adder</name>
- <description>Adds multiple streams</description>
- <filename>../../gst/adder/.libs/libgstadder.so</filename>
- <basename>libgstadder.so</basename>
- <version>1.17.0.1</version>
- <license>LGPL</license>
- <source>gst-plugins-base</source>
- <package>GStreamer Base Plug-ins git</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>adder</name>
- <longname>Adder</longname>
- <class>Generic/Audio</class>
- <description>Add N audio channels together</description>
- <author>Thomas Vander Stichele &lt;thomas at apestaart dot org&gt;</author>
- <pads>
- <caps>
- <name>sink_%u</name>
- <direction>sink</direction>
- <presence>request</presence>
- <details>audio/x-raw, format=(string){ S32LE, U32LE, S16LE, U16LE, S8, U8, F32LE, F64LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string){ interleaved }</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string){ S32LE, U32LE, S16LE, U16LE, S8, U8, F32LE, F64LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string){ interleaved }</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file