summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-aiffparse.xml
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-23 12:46:28 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-23 12:47:19 +0100
commite4e3b44e048ddc1d7499c6108175a5f89c6273d9 (patch)
treef88b685f1b6baf849649494ec557d2ef0ef13a88 /docs/plugins/inspect/plugin-aiffparse.xml
parent6fec8619b597f5cc9c58d268ddd9f64ea0a94277 (diff)
downloadgst-plugins-bad-e4e3b44e048ddc1d7499c6108175a5f89c6273d9.tar.gz
gst-plugins-bad-e4e3b44e048ddc1d7499c6108175a5f89c6273d9.tar.bz2
gst-plugins-bad-e4e3b44e048ddc1d7499c6108175a5f89c6273d9.zip
Rename audioresample files and types to legacyresample
Finish the move/rename of audioresample to legacyresample to prevent any confusion.
Diffstat (limited to 'docs/plugins/inspect/plugin-aiffparse.xml')
-rw-r--r--docs/plugins/inspect/plugin-aiffparse.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-aiffparse.xml b/docs/plugins/inspect/plugin-aiffparse.xml
new file mode 100644
index 00000000..4d53c2d4
--- /dev/null
+++ b/docs/plugins/inspect/plugin-aiffparse.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>aiffparse</name>
+ <description>Parse an .aiff file into raw audio</description>
+ <filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
+ <basename>libgstaiffparse.so</basename>
+ <version>0.10.10.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>aiffparse</name>
+ <longname>AIFF audio demuxer</longname>
+ <class>Codec/Demuxer/Audio</class>
+ <description>Parse a .aiff file into raw audio</description>
+ <author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-aiff</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file