From: Philippe Normand Date: Tue, 27 Jan 2015 10:25:53 +0000 (+0100) Subject: gl/dispmanx: fix build X-Git-Tag: 1.19.3~507^2~9493 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfc0230e040758e00ea9f7a75c4be99be158c454;p=platform%2Fupstream%2Fgstreamer.git gl/dispmanx: fix build Commit ab48bb6f0f55091662e595a001e178154ce60cdb changed the API of GstGLWindow. --- diff --git a/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c b/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c index 037f430..ca5411a 100644 --- a/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c +++ b/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c @@ -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);