projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01961ec
)
glcontext_glx: rename variable from window to context
author
Julien Isorce
<j.isorce@samsung.com>
Wed, 27 May 2015 10:16:32 +0000
(11:16 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/x11/gstglcontext_glx.c
b/gst-libs/gst/gl/x11/gstglcontext_glx.c
index
7c3c23e
..
9348227
100644
(file)
--- 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