[397/906] glmosaic: fix a comparison warning
This commit is contained in:
parent
12e0bff437
commit
621aabe378
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user