glcontext_glx: rename variable from window to context

This commit is contained in:
Julien Isorce 2015-05-27 11:16:32 +01:00
parent 9364fc5d7f
commit 48751c8d8a

View file

@ -107,9 +107,9 @@ gst_gl_context_glx_init (GstGLContextGLX * context)
GstGLContextGLX * GstGLContextGLX *
gst_gl_context_glx_new (void) 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 static inline void