mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
identity: add static and const where appropriate
This commit is contained in:
parent
1e063bc6e6
commit
557bb0de16
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue