summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Isorce <j.isorce@samsung.com>2015-05-27 11:16:32 +0100
committerJulien Isorce <j.isorce@samsung.com>2015-05-27 17:10:19 +0100
commit48751c8d8a62aaf2003ee16b0d00583775420af3 (patch)
tree56a16430ceec6e9e5b20ecdb8495452acbc16279
parent9364fc5d7f54f2defbd626313d8d96d07fc3c7c1 (diff)
glcontext_glx: rename variable from window to context
-rw-r--r--gst-libs/gst/gl/x11/gstglcontext_glx.c4
1 files 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 7c3c23e82..93482274d 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