mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
[815/906] fix some refcount errors
This commit is contained in:
parent
a44517a1e8
commit
4bec88ea28
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue