mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
glfiltercube: Fix typo in property description
This commit is contained in:
parent
86b948587e
commit
70e4d4123c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ gst_gl_filter_cube_class_init (GstGLFilterCubeClass * klass)
|
|||
0.0f, 1.0f, 0.0f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_GREEN,
|
||||
g_param_spec_float ("green", "Green", "Background reen color",
|
||||
g_param_spec_float ("green", "Green", "Background green color",
|
||||
0.0f, 1.0f, 0.0f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_BLUE,
|
||||
|
|
Loading…
Reference in a new issue