From 557bb0de1633c0ac578fa6cce435497c40693e0c Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 7 Apr 2014 14:35:04 +0100 Subject: [PATCH] identity: add static and const where appropriate --- plugins/elements/gstidentity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index daf3127..114a290 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -471,7 +471,7 @@ gst_identity_update_last_message_for_buffer (GstIdentity * identity, GST_OBJECT_LOCK (identity); { - const char *flag_list[] = { + static const char *const flag_list[] = { "", "", "", "", "live", "decode-only", "discont", "resync", "corrupted", "marker", "header", "gap", "droppable", "delta-unit", "tag-memory", "FIXME" -- 2.7.4