From 7c77c31afd11b7251ae5e531f780f8cf3fc6bb41 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 11 Apr 2014 11:03:19 +1000 Subject: [PATCH] gl: fixup incorrect number of arguments --- gst-libs/gst/gl/gstglcolorconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c index 766373ba87..c3bc8c0cd9 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.c +++ b/gst-libs/gst/gl/gstglcolorconvert.c @@ -543,7 +543,7 @@ gst_gl_color_convert_set_texture_scaling (GstGLColorConvert * convert, { guint i; - g_return_if_fail (convert != NULL,); + g_return_if_fail (convert != NULL); for (i = 0; i < GST_VIDEO_MAX_PLANES; i++) { convert->priv->convert_info.shader_scaling[i][0] = scaling[i][0];