diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-10 00:54:58 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-10 00:54:58 +0000 |
commit | 49bea0bc2cbb676e5f275dbdee91c37643486a2b (patch) | |
tree | d8388143fe531727907528dec70aee51d3f81cff /gst | |
parent | 5d65bced489aea09a08c0b45f83062f5ba182a10 (diff) |
change plugin category to match other testing plugins
Original commit message from CVS:
change plugin category to match other testing plugins
Diffstat (limited to 'gst')
-rw-r--r-- | gst/debug/efence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/efence.c b/gst/debug/efence.c index e44e8dc6..7405b024 100644 --- a/gst/debug/efence.c +++ b/gst/debug/efence.c @@ -41,7 +41,7 @@ static GstElementDetails plugin_details = { "Electric Fence", - "Testing/EFence", + "Testing", "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 " |