diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-07-03 17:48:20 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-07-03 17:48:20 +0200 |
commit | 7f51273b8e1506cf4a89e72aeb3fe3fbebc13783 (patch) | |
tree | bc17efca7b34142ef3690397007b0995f13318c5 /docs/plugins/inspect/plugin-gmedec.xml | |
parent | dcd0b3599c181b43b454b50a971f42f32609bf06 (diff) | |
download | gstreamer-plugins-bad-7f51273b8e1506cf4a89e72aeb3fe3fbebc13783.tar.gz |
docs: Integrate VP8 documentation
Diffstat (limited to 'docs/plugins/inspect/plugin-gmedec.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gmedec.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/plugins/inspect/plugin-gmedec.xml b/docs/plugins/inspect/plugin-gmedec.xml index 13d1b0ade..2d280c815 100644 --- a/docs/plugins/inspect/plugin-gmedec.xml +++ b/docs/plugins/inspect/plugin-gmedec.xml @@ -3,7 +3,7 @@ <description>GME Audio Decoder</description> <filename>../../ext/gme/.libs/libgstgme.so</filename> <basename>libgstgme.so</basename> - <version>0.10.17.1</version> + <version>0.10.19.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins git</package> @@ -17,17 +17,17 @@ <author>Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com>, Michael Pyne <mpyne@kde.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/x-ay; audio/x-gbs; audio/x-gym; audio/x-hes; audio/x-kss; audio/x-nsf; audio/x-sap; audio/x-spc; audio/x-vgm</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details> + </caps> </pads> </element> </elements> |