mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl/dispmanx: fix build
Commit ab48bb6f0f
changed the API of
GstGLWindow.
This commit is contained in:
parent
3f52b33c7a
commit
81f768be3e
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue