mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
glwindow: Fix android build
https://bugzilla.gnome.org/show_bug.cgi?id=760972
This commit is contained in:
parent
e905ace0b0
commit
944923080b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ draw_cb (gpointer data)
|
|||
|
||||
if (context_egl->egl_surface) {
|
||||
gint width, height;
|
||||
gint window_width, window_height;
|
||||
guint window_width, window_height;
|
||||
|
||||
gst_gl_window_get_surface_dimensions (window, &window_width,
|
||||
&window_height);
|
||||
|
|
Loading…
Reference in a new issue