projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801f11e
)
gl: check the correct GstGLMemory in basic_test
author
Luis de Bethencourt
<luis@debethencourt.com>
Fri, 25 Apr 2014 20:18:07 +0000
(16:18 -0400)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:37 +0000
(19:31 +0000)
tests/check/libs/gstglmemory.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/gstglmemory.c
b/tests/check/libs/gstglmemory.c
index 5b29de6ed78b28a394c21bc520f3905bf87f1ecd..6aaffdd9a4f86a31a3b570bd027e9403cd312ff2 100644
(file)
--- a/
tests/check/libs/gstglmemory.c
+++ b/
tests/check/libs/gstglmemory.c
@@
-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 (mem
2
== NULL);
gl_mem2 = (GstGLMemory *) mem2;
/* test params */