From 1a25f7e44a15fc989f2ef05a198294713f9422f5 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 29 Oct 2014 22:23:13 +1000 Subject: [PATCH] glfiltercube: Fix typo in property description --- ext/gl/gstglfiltercube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gl/gstglfiltercube.c b/ext/gl/gstglfiltercube.c index 0eadac2..fa9d6f8 100644 --- a/ext/gl/gstglfiltercube.c +++ b/ext/gl/gstglfiltercube.c @@ -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, -- 2.7.4