From: Nicolas Dufresne Date: Tue, 28 Jul 2015 15:06:43 +0000 (-0400) Subject: glcolorconvert-test: Fix build X-Git-Tag: 1.6.0~284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d9d4869f4c904b67a3dc6354ea2456309a41b8e;p=platform%2Fupstream%2Fgst-plugins-bad.git glcolorconvert-test: Fix build --- diff --git a/tests/check/libs/gstglcolorconvert.c b/tests/check/libs/gstglcolorconvert.c index 0a0b59b..9f71074 100644 --- a/tests/check/libs/gstglcolorconvert.c +++ b/tests/check/libs/gstglcolorconvert.c @@ -134,7 +134,7 @@ check_conversion (TestFrame * frames, guint size) /* create GL buffer */ inbuf = gst_buffer_new (); fail_unless (gst_gl_memory_setup_wrapped (context, &in_info, NULL, - (gpointer *) in_data, in_mem)); + (gpointer *) in_data, in_mem, NULL, NULL)); for (j = 0; j < GST_VIDEO_INFO_N_PLANES (&in_info); j++) { gst_buffer_append_memory (inbuf, (GstMemory *) in_mem[j]);