diff --git a/tests/check/libs/gstglmemory.c b/tests/check/libs/gstglmemory.c index c25ae7cd6d..06d82f6a6e 100644 --- a/tests/check/libs/gstglmemory.c +++ b/tests/check/libs/gstglmemory.c @@ -143,7 +143,8 @@ GST_START_TEST (test_transfer) /* wrapped texture creation */ mem3 = (GstMemory *) gst_gl_memory_wrapped_texture (context, - ((GstGLMemory *) mem)->tex_id, &v_info, 0, NULL, NULL, NULL); + ((GstGLMemory *) mem)->tex_id, GL_TEXTURE_2D, &v_info, 0, NULL, NULL, + NULL); fail_unless (!GST_GL_MEMORY_FLAG_IS_SET (mem3, GST_GL_MEMORY_FLAG_NEED_UPLOAD)); fail_unless (GST_GL_MEMORY_FLAG_IS_SET (mem3,