summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstmd5sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstmd5sink.c')
-rw-r--r--gst/oldcore/gstmd5sink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/oldcore/gstmd5sink.c b/gst/oldcore/gstmd5sink.c
index 282d4c3f..88292e6b 100644
--- a/gst/oldcore/gstmd5sink.c
+++ b/gst/oldcore/gstmd5sink.c
@@ -35,7 +35,8 @@
GST_DEBUG_CATEGORY_STATIC (gst_md5sink_debug);
#define GST_CAT_DEFAULT gst_md5sink_debug
-GstElementDetails gst_md5sink_details = GST_ELEMENT_DETAILS ("MD5 Sink",
+static const GstElementDetails gst_md5sink_details =
+GST_ELEMENT_DETAILS ("MD5 Sink",
"Sink",
"compute MD5 for incoming data",
"Benjamin Otte <in7y118@public.uni-hamburg.de>");