From: Jeongmo Yang Date: Wed, 22 Mar 2023 06:48:28 +0000 (+0900) Subject: base:cameracontrol: Add new camera control X-Git-Tag: accepted/tizen/unified/20230327.143737~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55666b47f6e34db79fde05bb876d178c40abb9ab;p=platform%2Fupstream%2Fgstreamer.git base:cameracontrol: Add new camera control - GST_CAMERA_CONTROL_GAIN [Version] 1.22.0-24 [Issue Type] New feature Change-Id: Icf0e958e5b2b1bcea02a7441665a41276b461411 Signed-off-by: Jeongmo Yang --- diff --git a/packaging/gstreamer.spec b/packaging/gstreamer.spec index 20fb796399..9a94d4f68d 100644 --- a/packaging/gstreamer.spec +++ b/packaging/gstreamer.spec @@ -62,7 +62,7 @@ Name: %{_name} Version: 1.22.0 -Release: 23 +Release: 24 Summary: Streaming-Media Framework Runtime License: LGPL-2.0+ Group: Multimedia/Framework diff --git a/subprojects/gst-plugins-base/gst-libs/gst/video/cameracontrol.h b/subprojects/gst-plugins-base/gst-libs/gst/video/cameracontrol.h index 29fe2a9f0f..b87170f97f 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/video/cameracontrol.h +++ b/subprojects/gst-plugins-base/gst-libs/gst/video/cameracontrol.h @@ -69,7 +69,8 @@ typedef enum GST_CAMERA_CONTROL_ISO, GST_CAMERA_CONTROL_PROGRAM_MODE, GST_CAMERA_CONTROL_EXPOSURE_MODE, - GST_CAMERA_CONTROL_EXPOSURE_VALUE + GST_CAMERA_CONTROL_EXPOSURE_VALUE, + GST_CAMERA_CONTROL_GAIN } GstCameraControlExposureType; /* enumerations for Camera control Capture mode types */