mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
v4l2src: print probed caps as caps again in debug log
This got lost during refactoring.
This commit is contained in:
parent
21947f9d13
commit
51ff79842d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue