summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-ofa.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-07-12 15:58:33 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-07-13 23:49:21 +0100
commite12b8717857e15d14f8d3bf625ba79df28f71711 (patch)
tree662bd3cad25b043fd50b501e2912ceb48cf80737 /docs/plugins/inspect/plugin-ofa.xml
parent654744a03c807b6c1f7ece6d8316a899237fda11 (diff)
downloadgstreamer-plugins-bad-e12b8717857e15d14f8d3bf625ba79df28f71711.tar.gz
docs: add newly-ported elements to docs
Diffstat (limited to 'docs/plugins/inspect/plugin-ofa.xml')
-rw-r--r--docs/plugins/inspect/plugin-ofa.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-ofa.xml b/docs/plugins/inspect/plugin-ofa.xml
new file mode 100644
index 000000000..cd6b9f13d
--- /dev/null
+++ b/docs/plugins/inspect/plugin-ofa.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>ofa</name>
+ <description>Calculate MusicIP fingerprint from audio files</description>
+ <filename>../../ext/ofa/.libs/libgstofa.so</filename>
+ <basename>libgstofa.so</basename>
+ <version>1.1.2.1</version>
+ <license>GPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>ofa</name>
+ <longname>OFA</longname>
+ <class>MusicIP Fingerprinting element</class>
+ <description>Find a music fingerprint using MusicIP&apos;s libofa</description>
+ <author>Milosz Derezynski &lt;internalerror@gmail.com&gt;, Eric Buehl &lt;eric.buehl@gmail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw, format=(string){ S16LE, S16BE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw, format=(string){ S16LE, S16BE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file