projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5debdb7
)
opencv: fix mem leak
44/133444/1
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Mon, 12 Jun 2017 08:34:08 +0000
(17:34 +0900)
committer
Eunhae Choi
<eunhae1.choi@samsung.com>
Mon, 12 Jun 2017 08:34:08 +0000
(17:34 +0900)
Change-Id: Id26dc8effeed06a789bda89f95aa6aed663fc5ab
ext/opencv/gstopencvutils.c
patch
|
blob
|
history
diff --git
a/ext/opencv/gstopencvutils.c
b/ext/opencv/gstopencvutils.c
index 89901bfefcaa9efbc6a4922ed67245603950d579..c937c8d31cbd090710cd40c451654e6bed6a9d43 100644
(file)
--- a/
ext/opencv/gstopencvutils.c
+++ b/
ext/opencv/gstopencvutils.c
@@
-114,7
+114,7
@@
gst_opencv_parse_iplimage_params_from_caps (GstCaps * caps, gint * width,
*channels = 1;
else {
g_set_error (err, GST_CORE_ERROR, GST_CORE_ERROR_NEGOTIATION,
- "Unsupported caps %
s", gst_caps_to_string (caps)
);
+ "Unsupported caps %
" GST_PTR_FORMAT, caps
);
return FALSE;
}