glcontext_glx: rename variable from window to context
authorJulien Isorce <j.isorce@samsung.com>
Wed, 27 May 2015 10:16:32 +0000 (11:16 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:02 +0000 (19:32 +0000)
gst-libs/gst/gl/x11/gstglcontext_glx.c

index 7c3c23e..9348227 100644 (file)
@@ -107,9 +107,9 @@ gst_gl_context_glx_init (GstGLContextGLX * context)
 GstGLContextGLX *
 gst_gl_context_glx_new (void)
 {
-  GstGLContextGLX *window = g_object_new (GST_GL_TYPE_CONTEXT_GLX, NULL);
+  GstGLContextGLX *context = g_object_new (GST_GL_TYPE_CONTEXT_GLX, NULL);
 
-  return window;
+  return context;
 }
 
 static inline void