summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-videobalance.xml
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-10-24 22:41:18 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-10-24 22:41:18 +0000
commit77690c22c62701b268b3831c4da9bb2acee4a4fe (patch)
treed2ba0d3a8ee1272c7e2e6fd645c0408c601cc264 /docs/plugins/inspect/plugin-videobalance.xml
parent044fbd783381a647276fd1b8319ebd3fb3711bf6 (diff)
Release 0.10.11
Original commit message from CVS: Release 0.10.11
Diffstat (limited to 'docs/plugins/inspect/plugin-videobalance.xml')
-rw-r--r--docs/plugins/inspect/plugin-videobalance.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/plugins/inspect/plugin-videobalance.xml b/docs/plugins/inspect/plugin-videobalance.xml
index acf2ce1b..867038db 100644
--- a/docs/plugins/inspect/plugin-videobalance.xml
+++ b/docs/plugins/inspect/plugin-videobalance.xml
@@ -3,7 +3,7 @@
<description>Changes hue, saturation, brightness etc. on video images</description>
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
<basename>libgstvideobalance.so</basename>
- <version>0.10.9</version>
+ <version>0.10.11</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
@@ -17,14 +17,14 @@
<author>David Schleef &lt;ds@schleef.org&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
+ <name>src</name>
+ <direction>source</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc){ IYUV, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
<caps>
- <name>src</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc){ IYUV, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>