mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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
|
0, 2, 3
|
||||||
};
|
};
|
||||||
|
|
||||||
|
guint count = 0;
|
||||||
gint count = 0;
|
|
||||||
gboolean do_next = TRUE;
|
gboolean do_next = TRUE;
|
||||||
|
|
||||||
gst_gl_shader_use (NULL);
|
gst_gl_shader_use (NULL);
|
||||||
|
|
Loading…
Reference in a new issue