projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befc244
)
gl: Fix context leaks
author
Edward Hervey
<bilboed@bilboed.com>
Tue, 3 Mar 2015 15:55:26 +0000
(16:55 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:56 +0000
(19:31 +0000)
Introduced by
a12ca13750a15300ab3c718ebde2984dc3d587b3
gst-libs/gst/gl/gstglwindow.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglwindow.c
b/gst-libs/gst/gl/gstglwindow.c
index a42e30a2354893bbf067c49aaaf02a052628cd56..984033a4159e43bea8227cc99cc1029cad9f9058 100644
(file)
--- a/
gst-libs/gst/gl/gstglwindow.c
+++ b/
gst-libs/gst/gl/gstglwindow.c
@@
-305,6
+305,8
@@
_set_window_handle_cb (GstSetWindowHandleCb * data)
gst_gl_context_activate (context, FALSE);
window_class->set_window_handle (data->window, data->handle);
gst_gl_context_activate (context, TRUE);
+
+ gst_object_unref (context);
}
static void