photography: fix typo in property description

This commit is contained in:
Tim-Philipp Müller 2010-12-26 17:19:00 +00:00
parent f90b8bdfa0
commit 18e69fb72e

View file

@ -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));
}