gstreamer: Restore AeEnable control

Commit "gstreamer: Generate the new AEGC controls" removed the
`AeEnable` control from gen-gst-controls.py. However, the patch
set it was part of did not end up removing the `AeEnable`
control after all. So restore it for gstreamer users.

See 85cb179f28 ("controls: Redefine AeEnable").

Fixes: 187f2d537b ("gstreamer: Generate the new AEGC controls")
Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Barnabás Pőcze 2025-04-01 15:45:15 +02:00
parent 66fc6d2656
commit 61d93434f5

View file

@ -19,7 +19,7 @@ from controls import Control
exposed_controls = [ exposed_controls = [
'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode', 'AeEnable', 'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
'ExposureValue', 'ExposureTime', 'ExposureTimeMode', 'ExposureValue', 'ExposureTime', 'ExposureTimeMode',
'AnalogueGain', 'AnalogueGainMode', 'AeFlickerPeriod', 'AnalogueGain', 'AnalogueGainMode', 'AeFlickerPeriod',
'Brightness', 'Contrast', 'AwbEnable', 'AwbMode', 'ColourGains', 'Brightness', 'Contrast', 'AwbEnable', 'AwbMode', 'ColourGains',