summaryrefslogtreecommitdiff
path: root/ext/iqa/iqa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iqa/iqa.c')
-rw-r--r--ext/iqa/iqa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iqa/iqa.c b/ext/iqa/iqa.c
index c27bcd9f5..7cc45b88c 100644
--- a/ext/iqa/iqa.c
+++ b/ext/iqa/iqa.c
@@ -159,7 +159,7 @@ gst_iqa_mode_flags_get_type (void)
{GST_IQA_MODE_STRICT, "Strict comparison of frames.", "strict"},
{0, NULL, NULL}
};
- static volatile GType id = 0;
+ static GType id = 0;
if (g_once_init_enter ((gsize *) & id)) {
GType _id;