summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-efence.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-efence.xml
parent044fbd783381a647276fd1b8319ebd3fb3711bf6 (diff)
Original commit message from CVS: Release 0.10.11
Diffstat (limited to 'docs/plugins/inspect/plugin-efence.xml')
-rw-r--r--docs/plugins/inspect/plugin-efence.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml
index 8d046a0bab..7549cd65ee 100644
--- a/docs/plugins/inspect/plugin-efence.xml
+++ b/docs/plugins/inspect/plugin-efence.xml
@@ -3,7 +3,7 @@
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
<filename>../../gst/debug/.libs/libgstefence.so</filename>
<basename>libgstefence.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 A. 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>ANY</details>
</caps>
<caps>
- <name>src</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
<details>ANY</details>
</caps>