mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
9f5d962719
commit
5c106c0c2a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue