[397/906] glmosaic: fix a comparison warning

This commit is contained in:
Julien Isorce 2009-11-04 23:11:54 +01:00 committed by Matthew Waters
parent 12e0bff437
commit 621aabe378

View file

@ -220,8 +220,7 @@ gst_gl_mosaic_callback (gpointer stuff)
0, 2, 3
};
gint count = 0;
guint count = 0;
gboolean do_next = TRUE;
gst_gl_shader_use (NULL);