mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
glvideomixer: fix constant alpha enum value for constant alpha
This commit is contained in:
parent
07e9374eff
commit
ce9e2a7b78
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ gst_gl_video_mixer_blend_function_get_type (void)
|
||||||
"One Minus Constant Color", "one-minus-contant-color"},
|
"One Minus Constant Color", "one-minus-contant-color"},
|
||||||
{GST_GL_VIDEO_MIXER_BLEND_FUNCTION_CONSTANT_ALPHA, "Constant Alpha",
|
{GST_GL_VIDEO_MIXER_BLEND_FUNCTION_CONSTANT_ALPHA, "Constant Alpha",
|
||||||
"constant-alpha"},
|
"constant-alpha"},
|
||||||
{GST_GL_VIDEO_MIXER_BLEND_FUNCTION_ONE_MINUS_CONSTANT_COLOR,
|
{GST_GL_VIDEO_MIXER_BLEND_FUNCTION_ONE_MINUS_CONSTANT_ALPHA,
|
||||||
"One Minus Constant Alpha", "one-minus-contant-alpha"},
|
"One Minus Constant Alpha", "one-minus-contant-alpha"},
|
||||||
{GST_GL_VIDEO_MIXER_BLEND_FUNCTION_SRC_ALPHA_SATURATE,
|
{GST_GL_VIDEO_MIXER_BLEND_FUNCTION_SRC_ALPHA_SATURATE,
|
||||||
"Source Alpha Saturate", "src-alpha-saturate"},
|
"Source Alpha Saturate", "src-alpha-saturate"},
|
||||||
|
|
Loading…
Reference in a new issue