From 52119203f9c670310ee679cf3af2b62f9186fadc Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Wed, 6 Nov 2013 22:12:02 +0000 Subject: [PATCH] [833/906] gstglcontext: initialize window to NULL --- gst-libs/gst/gl/gstglcontext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index 4ecace7a59..b68bd25625 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -110,6 +110,7 @@ gst_gl_context_init (GstGLContext * context) { context->priv = GST_GL_CONTEXT_GET_PRIVATE (context); + context->window = NULL; context->gl_vtable = g_slice_alloc0 (sizeof (GstGLFuncs)); g_mutex_init (&context->priv->render_lock);