From fa7aafb4ffe4ab1dee09074b0a1237b204b58313 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Wed, 27 May 2015 11:16:32 +0100 Subject: [PATCH] glcontext_glx: rename variable from window to context --- gst-libs/gst/gl/x11/gstglcontext_glx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/x11/gstglcontext_glx.c b/gst-libs/gst/gl/x11/gstglcontext_glx.c index 7c3c23e..9348227 100644 --- a/gst-libs/gst/gl/x11/gstglcontext_glx.c +++ b/gst-libs/gst/gl/x11/gstglcontext_glx.c @@ -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 -- 2.7.4