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