diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-08-11 00:23:02 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-08-11 11:35:23 +0100 |
commit | 61f7a1e12bd82d5d7f504d51c5a64f4d3f9950ee (patch) | |
tree | 5f3fa4635c3388d9f1f17e25e4b4ab780f218829 /docs/plugins/inspect/plugin-aiff.xml | |
parent | 35680a0ee8f7ebfc2063d6398ca922c2b9085592 (diff) |
0.10.19.2 pre-release
This commit is out of sequence, it really belongs between commits
15098331412ceb982c24b89bb4346354fb56433c (Automatic update of
common submodule) and dd26f378b01d679834f12935efc7093fb5807956
(configure: Fix the CELT checks to ...)
Diffstat (limited to 'docs/plugins/inspect/plugin-aiff.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-aiff.xml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/docs/plugins/inspect/plugin-aiff.xml b/docs/plugins/inspect/plugin-aiff.xml index b1f3f8d8c..18cc3a049 100644 --- a/docs/plugins/inspect/plugin-aiff.xml +++ b/docs/plugins/inspect/plugin-aiff.xml @@ -3,10 +3,10 @@ <description>Create and parse Audio Interchange File Format (AIFF) files</description> <filename>../../gst/aiff/.libs/libgstaiff.so</filename> <basename>libgstaiff.so</basename> - <version>0.10.19.1</version> + <version>0.10.19.2</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins prerelease</package> <origin>Unknown package origin</origin> <elements> <element> @@ -30,5 +30,26 @@ </caps> </pads> </element> + <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 <songbird@songbirdnest.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-aiff</details> + </caps> + <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> + </pads> + </element> </elements> </plugin>
\ No newline at end of file |