glwindow: Fix android build
authorHolger Kaelberer <holger.k@elberer.de>
Thu, 21 Jan 2016 22:13:36 +0000 (23:13 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:15 +0000 (19:32 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=760972

gst-libs/gst/gl/android/gstglwindow_android_egl.c

index 798a800..f234acf 100644 (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);