mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
glvideomixer: Fix typo in property description
This commit is contained in:
parent
3812985a9e
commit
f8327f684c
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue