[815/906] fix some refcount errors

This commit is contained in:
Matthew Waters 2013-09-20 11:55:36 +10:00 committed by Tim-Philipp Müller
parent a44517a1e8
commit 4bec88ea28

View file

@ -94,6 +94,8 @@ _ensure_window (GstGLContext * context)
window = gst_gl_window_new (context->priv->display);
gst_gl_context_set_window (context, window);
gst_object_unref (window);
}
static void