diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-01-12 12:11:01 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-01-15 19:59:03 +0100 |
commit | 4a4fd5e96864ffe56d5b6c7282d650516df0e814 (patch) | |
tree | dcedc0b4b0f4f2c8ac7a80ce0e900fafd2756a13 /docs/plugins/inspect/plugin-bs2b.xml | |
parent | 75f8cca325065685bfd31d3907f4af051f373572 (diff) | |
download | gstreamer-plugins-bad-4a4fd5e96864ffe56d5b6c7282d650516df0e814.tar.gz |
docs: add new bs2b plugin and element
Diffstat (limited to 'docs/plugins/inspect/plugin-bs2b.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-bs2b.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-bs2b.xml b/docs/plugins/inspect/plugin-bs2b.xml new file mode 100644 index 000000000..c646cbe4b --- /dev/null +++ b/docs/plugins/inspect/plugin-bs2b.xml @@ -0,0 +1,34 @@ +<plugin> + <name>bs2b</name> + <description>Improve headphone listening of stereo audio recordsusing the bs2b library.</description> + <filename>../../ext/bs2b/.libs/libgstbs2b.so</filename> + <basename>libgstbs2b.so</basename> + <version>1.5.0.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins git</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>bs2b</name> + <longname>Crossfeed effect</longname> + <class>Effect/Audio</class> + <description>Improve headphone listening of stereo audio records using the bs2b library.</description> + <author>Christoph Reiter <reiter.christoph@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string){ S8, U8, S16LE, S16BE, U16LE, U16BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, F32LE, F32BE, F64LE, F64BE }, rate=(int)[ 2000, 384000 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003, layout=(string)interleaved; audio/x-raw, channels=(int)1</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string){ S8, U8, S16LE, S16BE, U16LE, U16BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, F32LE, F32BE, F64LE, F64BE }, rate=(int)[ 2000, 384000 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003, layout=(string)interleaved; audio/x-raw, channels=(int)1</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |