glwindow: Fix android build

https://bugzilla.gnome.org/show_bug.cgi?id=760972
This commit is contained in:
Holger Kaelberer 2016-01-21 23:13:36 +01:00 committed by Tim-Philipp Müller
parent e905ace0b0
commit 944923080b

View file

@ -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);