From dd3ad9e6d52bea4593c6548bee14f0c29cec3b27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 12 Feb 2013 11:44:40 +0100 Subject: [PATCH] omx: Mark an array as const --- omx/gstomx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomx.c b/omx/gstomx.c index 9c46413..095d7cc 100644 --- a/omx/gstomx.c +++ b/omx/gstomx.c @@ -2148,7 +2148,7 @@ done: return err; } -static GType (*types[]) (void) = { +static const GType (*types[]) (void) = { gst_omx_mpeg2_dec_get_type, gst_omx_mpeg4_video_dec_get_type, gst_omx_h264_dec_get_type, gst_omx_h263_dec_get_type, gst_omx_wmv_dec_get_type, gst_omx_mpeg4_video_enc_get_type, -- 2.7.4