mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
glcontext_glx: rename variable from window to context
This commit is contained in:
parent
9364fc5d7f
commit
48751c8d8a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue