mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
coloreffects: Improve property description a bit
This commit is contained in:
parent
3878dce20d
commit
43db67f705
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ gst_color_effects_class_init (GstColorEffectsClass * klass)
|
||||||
gobject_class->get_property = gst_color_effects_get_property;
|
gobject_class->get_property = gst_color_effects_get_property;
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_PRESET,
|
g_object_class_install_property (gobject_class, PROP_PRESET,
|
||||||
g_param_spec_enum ("preset", "preset", "preset",
|
g_param_spec_enum ("preset", "Preset", "Color effect preset to use",
|
||||||
GST_TYPE_COLOR_EFFECTS_PRESET, DEFAULT_PROP_PRESET,
|
GST_TYPE_COLOR_EFFECTS_PRESET, DEFAULT_PROP_PRESET,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue