GStreamer multimedia framework
Find a file
Matthew Waters 46b84c6035 glcolorconvert: fix rendering rectangular textures with GL3
Rectangular textures are unavailable in unextended
GLES2 #version 100 shaders.

Fixes
texture-target=rectangle ! glcolorconvert ! texture-target=2D

There's a couple of differences between GL3 and GLES2/GL

- varying -> in or out depending on the stage (vertex/fragment)
- attribute -> in
- filtered texture access is a single function, texture()
2017-12-09 19:32:10 +00:00
ext/gl glimagesink: wait on the provided sync meta provided to glimagesink 2017-12-09 19:32:10 +00:00
gst-libs/gst/gl glcolorconvert: fix rendering rectangular textures with GL3 2017-12-09 19:32:10 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl/tests: update for glmemory api changes 2017-12-09 19:32:10 +00:00