glcolorconvert-test: Fix build

This commit is contained in:
Nicolas Dufresne 2015-07-28 11:06:43 -04:00 committed by Tim-Philipp Müller
parent f8dbf10e9e
commit f4a0c062dc

View 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]);