summaryrefslogtreecommitdiffstats
path: root/gst/debug/testplugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/testplugin.c')
-rw-r--r--gst/debug/testplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/testplugin.c b/gst/debug/testplugin.c
index e549c996..edd82be9 100644
--- a/gst/debug/testplugin.c
+++ b/gst/debug/testplugin.c
@@ -79,7 +79,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
GST_STATIC_CAPS_ANY);
-static GstElementDetails details = GST_ELEMENT_DETAILS ("Test plugin",
+static const GstElementDetails details = GST_ELEMENT_DETAILS ("Test plugin",
"Testing",
"perform a number of tests",
"Benjamin Otte <otte@gnome>");