mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gl/dispmanx: Fix build
This commit is contained in:
parent
66c8c8ad87
commit
deedbd799c
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ gst_gl_window_dispmanx_egl_open (GstGLWindow * window, GError ** error)
|
|||
gint ret = graphics_get_display_size (0, &window_egl->dp_width,
|
||||
&window_egl->dp_height);
|
||||
if (ret < 0) {
|
||||
g_set_error (GST_GL_WINDOW_ERROR, GST_GL_WINDOW_ERROR_RESOURCE_UNAVAILABLE,
|
||||
g_set_error (error, GST_GL_WINDOW_ERROR, GST_GL_WINDOW_ERROR_RESOURCE_UNAVAILABLE,
|
||||
"Can't open display");
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue