summaryrefslogtreecommitdiff
path: root/gst/encoding/gstencodebin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/encoding/gstencodebin.c')
-rw-r--r--gst/encoding/gstencodebin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/encoding/gstencodebin.c b/gst/encoding/gstencodebin.c
index 1f354cfbf..f5f314e2d 100644
--- a/gst/encoding/gstencodebin.c
+++ b/gst/encoding/gstencodebin.c
@@ -266,7 +266,7 @@ gst_encodebin_flags_get_type (void)
"conversion elements", "no-video-conversion"},
{0, NULL, NULL}
};
- static volatile GType id = 0;
+ static GType id = 0;
if (g_once_init_enter ((gsize *) & id)) {
GType _id;