mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[397/906] glmosaic: fix a comparison warning
This commit is contained in:
parent
12e0bff437
commit
621aabe378
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue