summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-efence.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-efence.xml')
-rw-r--r--docs/plugins/inspect/plugin-efence.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml
new file mode 100644
index 0000000000..eeae9ae811
--- /dev/null
+++ b/docs/plugins/inspect/plugin-efence.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>efence</name>
+ <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.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>efence</name>
+ <longname>Electric Fence</longname>
+ <class>Testing</class>
+ <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>
+ <author>David A. Schleef &lt;ds@schleef.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file