Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 631
    • Issues 631
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 102
    • Merge Requests 102
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #654

Closed
Open
Opened Aug 19, 2019 by Fernando Jiménez Moreno@ferjmoreno

Vertex shaders version 110 is not supported on OS X

For some reason that I don't understand GStreamer seems to be setting this version which does not seem to be supported.

0:00:00.532439000 80088 0x7f8622e75890 TRACE              glslstage gstglslstage.c:486:void _compile_shader(GstGLContext *, struct compile *):<glslstage0> compiling shader:
0:00:00.532471000 80088 0x7f8622e75890 TRACE              glslstage gstglslstage.c:488:void _compile_shader(GstGLContext *, struct compile *):<glslstage0> #version 110

0:00:00.532475000 80088 0x7f8622e75890 TRACE              glslstage gstglslstage.c:488:void _compile_shader(GstGLContext *, struct compile *):<glslstage0> attribute vec4 a_position;
attribute vec2 a_texcoord;
varying vec2 v_texcoord;
void main()
{
  gl_Position = a_position;
  v_texcoord = a_texcoord;
}

0:00:00.532570000 80088 0x7f8622e75890 ERROR              glslstage gstglslstage.c:507:void _compile_shader(GstGLContext *, struct compile *):<glslstage0> vertex shader compilation failed:ERROR: 0:1: '' :  version '110' is not supported
ERROR: 0:2: '' :  #version required and missing.
ERROR: 0:2: 'attribute' : syntax error: syntax error

Player's Error "Error from element /GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstGLSinkBin:servo-media-vsink/GstGLColorConvertElement:glcolorconvertelement0: Resource not found.\nFailed to convert video buffer\ngstglcolorconvertelement.c(215): GstFlowReturn gst_gl_color_convert_element_prepare_output_buffer(GstBaseTransform *, GstBuffer *, GstBuffer **) (): /GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstGLSinkBin:servo-media-vsink/GstGLColorConvertElement:glcolorconvertelement0"
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-base#654