glcolorconvert-test: Fix build
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Tue, 28 Jul 2015 15:06:43 +0000 (11:06 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Tue, 28 Jul 2015 15:06:43 +0000 (11:06 -0400)
tests/check/libs/gstglcolorconvert.c

index 0a0b59b..9f71074 100644 (file)
@@ -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]);