mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
glfiltercube: Fix typo in property description
This commit is contained in:
parent
10eb848d57
commit
1a25f7e44a
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