gl: check the correct GstGLMemory in basic_test
This commit is contained in:
parent
801f11e36b
commit
8c46b24d51
@ -82,7 +82,7 @@ GST_START_TEST (test_basic)
|
||||
|
||||
/* copy the memory */
|
||||
mem2 = gst_memory_copy (mem, 0, -1);
|
||||
fail_if (mem == NULL);
|
||||
fail_if (mem2 == NULL);
|
||||
gl_mem2 = (GstGLMemory *) mem2;
|
||||
|
||||
/* test params */
|
||||
|
Loading…
x
Reference in New Issue
Block a user