gl: check the correct GstGLMemory in basic_test

This commit is contained in:
Luis de Bethencourt 2014-04-25 16:18:07 -04:00 committed by Tim-Philipp Müller
parent 801f11e36b
commit 8c46b24d51

View file

@ -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 */