projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10eb848
)
glfiltercube: Fix typo in property description
author
Jan Schmidt
<jan@centricular.com>
Wed, 29 Oct 2014 12:23:13 +0000
(22:23 +1000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:49 +0000
(19:31 +0000)
ext/gl/gstglfiltercube.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglfiltercube.c
b/ext/gl/gstglfiltercube.c
index
0eadac2
..
fa9d6f8
100644
(file)
--- 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
g
reen color",
0.0f, 1.0f, 0.0f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_BLUE,