mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
[762/906] glimagesink: Fix some memory leaks and properly set up the buffer pool
This commit is contained in:
parent
4f23429abb
commit
5b1dd556de
1 changed files with 0 additions and 2 deletions
|
@ -415,9 +415,7 @@ gst_gl_window_x11_close (GstGLWindow * window)
|
|||
//XCloseDisplay (window_x11->device);
|
||||
|
||||
GST_DEBUG ("display receiver closed");
|
||||
g_mutex_lock (&window_x11->disp_send_lock);
|
||||
XCloseDisplay (window_x11->disp_send);
|
||||
g_mutex_unlock (&window_x11->disp_send_lock);
|
||||
GST_DEBUG ("display sender closed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue