mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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 */
|
/* 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…
Reference in a new issue