identity: add static and const where appropriate

This commit is contained in:
Vincent Penquerc'h 2014-04-07 14:35:04 +01:00
parent 1e063bc6e6
commit 557bb0de16

View file

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