diff options
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-aiff.xml | 21 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-aiffparse.xml | 21 |
2 files changed, 21 insertions, 21 deletions
diff --git a/docs/plugins/inspect/plugin-aiff.xml b/docs/plugins/inspect/plugin-aiff.xml index 6f9457c1b..b1f3f8d8c 100644 --- a/docs/plugins/inspect/plugin-aiff.xml +++ b/docs/plugins/inspect/plugin-aiff.xml @@ -30,26 +30,5 @@ </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 diff --git a/docs/plugins/inspect/plugin-aiffparse.xml b/docs/plugins/inspect/plugin-aiffparse.xml index 40c51944d..892571cc8 100644 --- a/docs/plugins/inspect/plugin-aiffparse.xml +++ b/docs/plugins/inspect/plugin-aiffparse.xml @@ -9,5 +9,26 @@ <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 |