summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-04-11 11:03:19 +1000
committerMatthew Waters <ystreet00@gmail.com>2014-04-11 11:03:19 +1000
commit8cc10a1c9c8f530a5e005b523694b99730c15b99 (patch)
tree86d220857dae82c57e759531fd08d7501bf5507e
parentad30c8e7e8eb8eb66eb7f7a0da313f553ea201f8 (diff)
gl: fixup incorrect number of arguments
-rw-r--r--gst-libs/gst/gl/gstglcolorconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c
index 766373ba8..c3bc8c0cd 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];