gl: x11: fix compiler warning
This commit is contained in:
parent
4c75bab70d
commit
70e2b4b416
@ -355,8 +355,6 @@ gst_gl_window_x11_show (GstGLWindow * window)
|
|||||||
static void
|
static void
|
||||||
_context_draw (GstGLContext * context, GstGLWindow * window)
|
_context_draw (GstGLContext * context, GstGLWindow * window)
|
||||||
{
|
{
|
||||||
GstGLContextClass *context_class = GST_GL_CONTEXT_GET_CLASS (context);
|
|
||||||
|
|
||||||
window->draw (window->draw_data);
|
window->draw (window->draw_data);
|
||||||
gst_gl_context_swap_buffers (context);
|
gst_gl_context_swap_buffers (context);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user