gl/dispmanx: fix build
authorPhilippe Normand <philn@igalia.com>
Tue, 27 Jan 2015 10:25:53 +0000 (11:25 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:53 +0000 (19:31 +0000)
Commit ab48bb6f0f55091662e595a001e178154ce60cdb changed the API of
GstGLWindow.

gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c

index 037f430..ca5411a 100644 (file)
@@ -39,7 +39,7 @@ static guintptr gst_gl_window_dispmanx_egl_get_window_handle (GstGLWindow *
     window);
 static void gst_gl_window_dispmanx_egl_set_window_handle (GstGLWindow * window,
     guintptr handle);
-static void gst_gl_window_dispmanx_set_preferred_size (GstGLWindow * window,
+static void gst_gl_window_dispmanx_egl_set_preferred_size (GstGLWindow * window,
     gint width, gint height);
 static void gst_gl_window_dispmanx_egl_draw (GstGLWindow * window);
 static void gst_gl_window_dispmanx_egl_run (GstGLWindow * window);
@@ -231,7 +231,7 @@ gst_gl_window_dispmanx_egl_set_window_handle (GstGLWindow * window,
 }
 
 static void
-gst_gl_window_dispmanx_set_preferred_size (GstGLWindow * window)
+gst_gl_window_dispmanx_egl_set_preferred_size (GstGLWindow * window, gint width, gint height)
 {
   GstGLWindowDispmanxEGL *window_egl = GST_GL_WINDOW_DISPMANX_EGL (window);