glvideomixer: Fix typo in property description
authorSebastian Dröge <sebastian@centricular.com>
Wed, 19 Sep 2018 07:28:56 +0000 (10:28 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 19 Sep 2018 07:28:56 +0000 (10:28 +0300)
ext/gl/gstglvideomixer.c

index ae23971..cf634d8 100644 (file)
@@ -289,7 +289,7 @@ gst_gl_video_mixer_input_class_init (GstGLVideoMixerInputClass * klass)
       PROP_INPUT_BLEND_FUNCTION_DST_ALPHA,
       g_param_spec_enum ("blend-function-dst-alpha",
           "Blend Function Destination Alpha",
-          "Blend Function for Destiniation Alpha",
+          "Blend Function for Destination Alpha",
           GST_TYPE_GL_VIDEO_MIXER_BLEND_FUNCTION,
           DEFAULT_PAD_BLEND_FUNCTION_DST_ALPHA,
           G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
@@ -690,7 +690,7 @@ gst_gl_video_mixer_pad_class_init (GstGLVideoMixerPadClass * klass)
       PROP_INPUT_BLEND_FUNCTION_DST_ALPHA,
       g_param_spec_enum ("blend-function-dst-alpha",
           "Blend Function Destination Alpha",
-          "Blend Function for Destiniation Alpha",
+          "Blend Function for Destination Alpha",
           GST_TYPE_GL_VIDEO_MIXER_BLEND_FUNCTION,
           DEFAULT_PAD_BLEND_FUNCTION_DST_ALPHA,
           G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));