glvideomixer: fix constant alpha enum value for constant alpha
authorMatthew Waters <matthew@centricular.com>
Wed, 19 Sep 2018 08:01:26 +0000 (18:01 +1000)
committerMatthew Waters <matthew@centricular.com>
Fri, 21 Sep 2018 09:45:13 +0000 (19:45 +1000)
ext/gl/gstglvideomixer.c

index cf634d8..2256e54 100644 (file)
@@ -137,7 +137,7 @@ gst_gl_video_mixer_blend_function_get_type (void)
         "One Minus Constant Color", "one-minus-contant-color"},
     {GST_GL_VIDEO_MIXER_BLEND_FUNCTION_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"},
     {GST_GL_VIDEO_MIXER_BLEND_FUNCTION_SRC_ALPHA_SATURATE,
         "Source Alpha Saturate", "src-alpha-saturate"},