summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/egl/gstglmemoryegl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/egl/gstglmemoryegl.c')
-rw-r--r--gst-libs/gst/gl/egl/gstglmemoryegl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/egl/gstglmemoryegl.c b/gst-libs/gst/gl/egl/gstglmemoryegl.c
index 84b07c99c..c33d12949 100644
--- a/gst-libs/gst/gl/egl/gstglmemoryegl.c
+++ b/gst-libs/gst/gl/egl/gstglmemoryegl.c
@@ -257,7 +257,7 @@ gst_gl_memory_egl_allocator_init (GstGLMemoryEGLAllocator * allocator)
void
gst_gl_memory_egl_init_once (void)
{
- static volatile gsize _init = 0;
+ static gsize _init = 0;
if (g_once_init_enter (&_init)) {
gst_gl_memory_init_once ();