mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gl: check the correct GstGLMemory in basic_test
This commit is contained in:
parent
801f11e36b
commit
8c46b24d51
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue