mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gl: x11: fix compiler warning
This commit is contained in:
parent
4c75bab70d
commit
70e2b4b416
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue