diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-31 22:15:17 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-31 22:15:17 +0000 |
commit | e020883ae767c09a646db06115a2aa6e49c657ce (patch) | |
tree | d5a415fe6ec4e40ca27e8d7a0710ea513631475a /docs/plugins/inspect/plugin-stereo.xml | |
parent | eb136ada33cab5f44eb5322ca275d04779a9232d (diff) | |
download | gst-plugins-bad-RELEASE-0_10_8.tar.gz gst-plugins-bad-RELEASE-0_10_8.tar.bz2 gst-plugins-bad-RELEASE-0_10_8.zip |
Release 0.10.8RELEASE-0_10_8
Original commit message from CVS:
Release 0.10.8
Diffstat (limited to 'docs/plugins/inspect/plugin-stereo.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-stereo.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml index 462796e9..f2bc18ca 100644 --- a/docs/plugins/inspect/plugin-stereo.xml +++ b/docs/plugins/inspect/plugin-stereo.xml @@ -3,10 +3,10 @@ <description>Muck with the stereo signal, enhance it's 'stereo-ness'</description> <filename>../../gst/stereo/.libs/libgststereo.so</filename> <basename>libgststereo.so</basename> - <version>0.10.7.1</version> + <version>0.10.8</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -17,14 +17,14 @@ <author>Erik Walthinsen <omega@cse.ogi.edu></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details> </caps> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details> </caps> |