summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gststatistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gststatistics.c')
-rw-r--r--gst/oldcore/gststatistics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/oldcore/gststatistics.c b/gst/oldcore/gststatistics.c
index 30e3bfcb..8184cf55 100644
--- a/gst/oldcore/gststatistics.c
+++ b/gst/oldcore/gststatistics.c
@@ -40,7 +40,8 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
GST_DEBUG_CATEGORY_STATIC (gst_statistics_debug);
#define GST_CAT_DEFAULT gst_statistics_debug
-GstElementDetails gst_statistics_details = GST_ELEMENT_DETAILS ("Statistics",
+static const GstElementDetails gst_statistics_details =
+GST_ELEMENT_DETAILS ("Statistics",
"Generic",
"Statistics on buffers/bytes/events",
"David I. Lehn <dlehn@users.sourceforge.net>");