summaryrefslogtreecommitdiff
path: root/tests/check/libs/gstglcolorconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/libs/gstglcolorconvert.c')
-rw-r--r--tests/check/libs/gstglcolorconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/gstglcolorconvert.c b/tests/check/libs/gstglcolorconvert.c
index 4577df968..9ee3fe979 100644
--- a/tests/check/libs/gstglcolorconvert.c
+++ b/tests/check/libs/gstglcolorconvert.c
@@ -147,7 +147,7 @@ check_conversion (TestFrame * frames, guint size)
ref_count++;
params = gst_gl_video_allocation_params_new_wrapped_data (context, NULL,
&in_info, j, NULL, GST_GL_TEXTURE_TARGET_2D, frames[i].data[j],
- _frame_unref, &ref_count);
+ &ref_count, _frame_unref);
mem = gst_gl_base_memory_alloc (base_mem_alloc,
(GstGLAllocationParams *) params);