diff --git a/gst-libs/gst/gl/gstglshaderstrings.c b/gst-libs/gst/gl/gstglshaderstrings.c index 915268b492..6e9aa10684 100644 --- a/gst-libs/gst/gl/gstglshaderstrings.c +++ b/gst-libs/gst/gl/gstglshaderstrings.c @@ -31,7 +31,7 @@ #define HIGHP_PRECISION \ "#ifdef GL_ES\n" \ - "precision mediump float;\n" \ + "precision highp float;\n" \ "#endif\n" /* *INDENT-OFF* */