mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
rpicamsrc: Describe awb-mode=off in lowercase
Change the descriptions for the awb-gain-blue and awb-gain-red properties to say 'awb-mode=off' instead of 'awb-mode=OFF' See https://github.com/thaytan/gst-rpicamsrc/issues/26
This commit is contained in:
parent
961cf17c97
commit
1a4870d13d
1 changed files with 2 additions and 2 deletions
|
@ -340,11 +340,11 @@ gst_rpi_cam_src_class_init (GstRpiCamSrcClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_AWB_GAIN_RED,
|
||||
g_param_spec_float ("awb-gain-red", "AWB Red Gain",
|
||||
"Manual AWB Gain for red channel when awb-mode=OFF", 0, 8.0, 0,
|
||||
"Manual AWB Gain for red channel when awb-mode=off", 0, 8.0, 0,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_AWB_GAIN_RED,
|
||||
g_param_spec_float ("awb-gain-blue", "AWB Blue Gain",
|
||||
"Manual AWB Gain for blue channel when awb-mode=OFF", 0, 8.0, 0,
|
||||
"Manual AWB Gain for blue channel when awb-mode=off", 0, 8.0, 0,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_IMAGE_EFFECT,
|
||||
g_param_spec_enum ("image-effect", "Image effect",
|
||||
|
|
Loading…
Reference in a new issue