summaryrefslogtreecommitdiff
path: root/src/gstreamer
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2025-04-03 09:45:50 +0200
committerKieran Bingham <kieran.bingham@ideasonboard.com>2025-04-03 10:28:29 +0100
commit8a7980008933ca3c549f86c5105d9562273edc93 (patch)
tree7ef369d5dddf2b73a19b88ceb242533a2f4b6cfd /src/gstreamer
parent183bab1643466c5d62d2cb93feea286571c73fbb (diff)
pipeline: simple: Create DelayedControls instance once only
The DelayedControls instance for the camera sensor is created in SimplePipelineHandler::configure(). Constant deletion and reconstruction of a new object is unnecessary, as the control delays are an intrinsic property of the sensor and are known at initialization time. Move the DelayedControls creation to the SimpleCameraData class constructor. Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> # v6 Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/gstreamer')
0 files changed, 0 insertions, 0 deletions