gl/eagl: Unref context after setting a window handle

gst_gl_window_get_context() returns a new reference.

Hopefully fixes https://bugzilla.gnome.org/show_bug.cgi?id=753758
This commit is contained in:
Sebastian Dröge 2015-08-25 10:09:14 +03:00
parent 9f5d962719
commit 5c106c0c2a

View file

@ -114,6 +114,8 @@ gst_gl_window_eagl_set_window_handle (GstGLWindow * window, guintptr handle)
window_eagl->priv->view = (UIView *) handle;
GST_INFO_OBJECT (context, "handle set, updating layer");
gst_gl_context_eagl_update_layer (context);
gst_object_unref (context);
}
static void