diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-05-07 13:44:44 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-05-07 17:21:11 +0100 |
commit | 414babb60b5453bf2a2d206088c0b4a1b48da15e (patch) | |
tree | 3d7658e3e7796e867c7f0d5e57d9b93bf2babb65 /test/hotplug-cameras.cpp | |
parent | d66fd818ec64acb37ede85af78fdb0d1d0041b65 (diff) |
libcamera: controls: Remove merge assertion
The ControlList merge operation is protected with an ASSERT to guarantee
that the two lists are compatible.
Unfortunately this assertion fails when we run IPAs in an isolated case
as while the lists are compatible, the isolated IPA has a unique
instance of the id map. This breaks the pointer comparison, and the
assertion fails with a false positive.
Remove the assertion, leaving only a todo in it's place as this breaks
active users of the library.
Bug: https://bugs.libcamera.org/show_bug.cgi?id=31
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/hotplug-cameras.cpp')
0 files changed, 0 insertions, 0 deletions