summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstshaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstshaper.c')
-rw-r--r--gst/oldcore/gstshaper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/oldcore/gstshaper.c b/gst/oldcore/gstshaper.c
index 56f84b8a..f3504d2d 100644
--- a/gst/oldcore/gstshaper.c
+++ b/gst/oldcore/gstshaper.c
@@ -32,7 +32,8 @@
GST_DEBUG_CATEGORY_STATIC (gst_shaper_debug);
#define GST_CAT_DEFAULT gst_shaper_debug
-GstElementDetails gst_shaper_details = GST_ELEMENT_DETAILS ("Shaper",
+static const GstElementDetails gst_shaper_details =
+GST_ELEMENT_DETAILS ("Shaper",
"Generic",
"Synchronizes streams on different pads",
"Wim Taymans <wim.taymans@chello.be>");