diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c index 79e8562315..26d28d66c1 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.c +++ b/gst-libs/gst/gl/gstglcolorconvert.c @@ -623,7 +623,7 @@ _create_shader (GstGLContext * context, const gchar * vertex_src, return TRUE; } -static inline const gchar +static inline gchar _index_to_shader_swizzle (int idx) { switch (idx) {