summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-07-28 11:06:43 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-07-28 11:06:43 -0400
commit3d9d4869f4c904b67a3dc6354ea2456309a41b8e (patch)
treee547fb0005ab77cb1daaea4a0b747e05ca8e7cc3 /tests
parentf79cad55e2a9b7c5057318aa04362bb4277e009a (diff)
downloadgstreamer-plugins-bad-3d9d4869f4c904b67a3dc6354ea2456309a41b8e.tar.gz
glcolorconvert-test: Fix build
Diffstat (limited to 'tests')
-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 0a0b59b7d..9f710748d 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]);