Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-26 11:41:13 +0300
committerTim-Philipp Müller <tim@centricular.com>2017-08-26 11:43:34 +0300
commit02af0e857b290914e0bbe9e5608b72b6f7064774 (patch)
treeb8e220a1a9414ab6f9c6551f95a8d9ba2ace77c7 /docs/plugins/inspect
parentf3f9e13c12eafc1875c543f2a8638147229c9e7d (diff)
twolame: hook up to build system
https://bugzilla.gnome.org/show_bug.cgi?id=774252
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-twolame.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
new file mode 100644
index 000000000..5f0a9bdb6
--- /dev/null
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>twolame</name>
+ <description>Encode MP2s with TwoLAME</description>
+ <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
+ <basename>libgsttwolame.so</basename>
+ <version>1.13.0.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins git</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>twolamemp2enc</name>
+ <longname>TwoLAME mp2 encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>High-quality free MP2 encoder</description>
+ <author>Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file