diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2018-09-19 10:28:56 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2018-09-19 10:28:56 +0300 |
commit | f8327f684c509a050d7cb98c3c45699f8d01f877 (patch) | |
tree | bc210de1d9fda3520fa134ec450f80cb6dfcd7bc | |
parent | 3812985a9e30c46ce6cd4991cda37e5b366c4a71 (diff) |
glvideomixer: Fix typo in property description
-rw-r--r-- | ext/gl/gstglvideomixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gl/gstglvideomixer.c b/ext/gl/gstglvideomixer.c index ae2397117..cf634d8e4 100644 --- a/ext/gl/gstglvideomixer.c +++ b/ext/gl/gstglvideomixer.c @@ -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)); |