coloreffects: Improve property description a bit
This commit is contained in:
parent
3878dce20d
commit
43db67f705
@ -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…
x
Reference in New Issue
Block a user