summaryrefslogtreecommitdiff
path: root/src/apps/qcam/assets/feathericons/user.svg
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-06-21 18:21:56 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-06-24 22:14:22 +0300
commit2119bdac6a011034cc33584e3303e47db4932313 (patch)
tree996bf67d6105443348010e626276eaeea6e83353 /src/apps/qcam/assets/feathericons/user.svg
parent3d7e50fd715dee709da9e2a8c9ccd4892f4d5f75 (diff)
ipa: libipa: matrix: Fix incorrect symbol namespace
The matrixVlidateYaml() function is declared in the libcamera::ipa:: namespace, but defined in the libcamera:: namespace. This causes a dynamic linking error at runtime. Fix it by moving the function definition. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'src/apps/qcam/assets/feathericons/user.svg')
0 files changed, 0 insertions, 0 deletions
n> GstPad) libcamera::StreamRole gst_libcamera_pad_get_role(GstPad *pad); GstLibcameraPool *gst_libcamera_pad_get_pool(GstPad *pad); void gst_libcamera_pad_set_pool(GstPad *pad, GstLibcameraPool *pool); libcamera::Stream *gst_libcamera_pad_get_stream(GstPad *pad); void gst_libcamera_pad_queue_buffer(GstPad *pad, GstBuffer *buffer); GstFlowReturn gst_libcamera_pad_push_pending(GstPad *pad); bool gst_libcamera_pad_has_pending(GstPad *pad); void gst_libcamera_pad_set_latency(GstPad *pad, GstClockTime latency); #endif /* __GST_LIBCAMERA_PAD_H__ */