omx: Mark an array as const

This commit is contained in:
Sebastian Dröge 2013-02-12 11:44:40 +01:00
parent c3bcc43db7
commit dd3ad9e6d5

View file

@ -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,