make GstElementDetails const
[platform/upstream/gstreamer.git] / gst / gstpipeline.c
index ccb4dc8..0d238ca 100644 (file)
@@ -90,7 +90,7 @@
 GST_DEBUG_CATEGORY_STATIC (pipeline_debug);
 #define GST_CAT_DEFAULT pipeline_debug
 
-static GstElementDetails gst_pipeline_details =
+static const GstElementDetails gst_pipeline_details =
 GST_ELEMENT_DETAILS ("Pipeline object",
     "Generic/Bin",
     "Complete pipeline object",