diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-aiffparse.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-aiffparse.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-aiffparse.xml b/docs/plugins/inspect/plugin-aiffparse.xml deleted file mode 100644 index 892571cc8..000000000 --- a/docs/plugins/inspect/plugin-aiffparse.xml +++ /dev/null @@ -1,34 +0,0 @@ -<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.16.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins 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 <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 |