gl: update unit test for glmemory api change

This commit is contained in:
Matthew Waters 2015-01-30 18:51:17 +11:00 committed by Tim-Philipp Müller
parent 157170011d
commit 149cbb2e31

View file

@ -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,