baseparse: make fmtlist constant
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 19 Apr 2011 10:51:30 +0000 (11:51 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 19 Apr 2011 10:51:30 +0000 (11:51 +0100)
libs/gst/base/gstbaseparse.c

index d5b9456..5776c19 100644 (file)
@@ -208,7 +208,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_base_parse_debug);
 #define GST_CAT_DEFAULT gst_base_parse_debug
 
 /* Supported formats */
-static GstFormat fmtlist[] = {
+static const GstFormat fmtlist[] = {
   GST_FORMAT_DEFAULT,
   GST_FORMAT_BYTES,
   GST_FORMAT_TIME,