mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gltransformation: Fix doc typo
https://bugzilla.gnome.org/show_bug.cgi?id=744763
This commit is contained in:
parent
34402920d2
commit
80f97eaee7
1 changed files with 2 additions and 2 deletions
|
@ -186,12 +186,12 @@ gst_gl_transformation_class_init (GstGLTransformationClass * klass)
|
|||
/* Scale */
|
||||
g_object_class_install_property (gobject_class, PROP_SCALE_X,
|
||||
g_param_spec_float ("scale-x", "X Scale",
|
||||
"Scale multiplierer for the X-Axis.",
|
||||
"Scale multiplier for the X-Axis.",
|
||||
0.0, G_MAXFLOAT, 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_SCALE_Y,
|
||||
g_param_spec_float ("scale-y", "Y Scale",
|
||||
"Scale multiplierer for the Y-Axis.",
|
||||
"Scale multiplier for the Y-Axis.",
|
||||
0.0, G_MAXFLOAT, 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/* MVP */
|
||||
|
|
Loading…
Reference in a new issue