projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21947f9
)
v4l2src: print probed caps as caps again in debug log
author
Tim-Philipp Müller
<tim@centricular.net>
Thu, 3 Oct 2013 17:33:01 +0000
(18:33 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Thu, 3 Oct 2013 17:33:01 +0000
(18:33 +0100)
This got lost during refactoring.
sys/v4l2/gstv4l2object.c
patch
|
blob
|
history
diff --git
a/sys/v4l2/gstv4l2object.c
b/sys/v4l2/gstv4l2object.c
index 7af3536968a00b1f15ebab80e7a23665d20c1038..a2803a756661c8b1b3cfe1673c26d3f97d03fd86 100644
(file)
--- a/
sys/v4l2/gstv4l2object.c
+++ b/
sys/v4l2/gstv4l2object.c
@@
-2714,7
+2714,7
@@
gst_v4l2_object_get_caps (GstV4l2Object * v4l2object, GstCaps * filter)
ret = gst_caps_ref (v4l2object->probed_caps);
}
- GST_INFO_OBJECT (v4l2object->element, "probed caps: %
p"
, ret);
+ GST_INFO_OBJECT (v4l2object->element, "probed caps: %
" GST_PTR_FORMAT
, ret);
LOG_CAPS (v4l2object->element, ret);
return ret;