diff options
author | David Schleef <ds@schleef.org> | 2012-02-23 08:42:25 -0800 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2012-02-23 08:42:25 -0800 |
commit | c6dafad169fcaeb0b5a8770ca3032e3850350ab4 (patch) | |
tree | 37a7ac7eaaa4f1070b2d5f9731d22e2b166d8bd6 /docs/plugins | |
parent | 3c292543bc54008212153ac5b911df1275e47512 (diff) |
efence: remove plugin
Valgrind is much more useful these days.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-efence.xml | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 7d93c2a7a..35a96aa47 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -202,7 +202,6 @@ <xi:include href="xml/plugin-deinterlace.xml" /> <xi:include href="xml/plugin-directsound.xml" /> <xi:include href="xml/plugin-dv.xml" /> - <xi:include href="xml/plugin-efence.xml" /> <xi:include href="xml/plugin-equalizer.xml" /> <xi:include href="xml/plugin-effectv.xml" /> <xi:include href="xml/plugin-flac.xml" /> diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml deleted file mode 100644 index c6cef5238..000000000 --- a/docs/plugins/inspect/plugin-efence.xml +++ /dev/null @@ -1,34 +0,0 @@ -<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/debugutils/.libs/libgstefence.so</filename> - <basename>libgstefence.so</basename> - <version>0.10.30.1</version> - <license>LGPL</license> - <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> - <origin>Unknown package origin</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 <ds@schleef.org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |