mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
photography: fix typo in property description
This commit is contained in:
parent
f90b8bdfa0
commit
18e69fb72e
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ gst_photography_iface_class_init (gpointer g_class)
|
|||
g_object_interface_install_property (g_class,
|
||||
g_param_spec_flags (GST_PHOTOGRAPHY_PROP_NOISE_REDUCTION,
|
||||
"Noise Reduction settings",
|
||||
"Which noise reduction modes are enalbed in Camera (0 = disabled)",
|
||||
"Which noise reduction modes are enabled (0 = disabled)",
|
||||
GST_TYPE_PHOTOGRAPHY_NOISE_REDUCTION,
|
||||
0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue