GStreamer multimedia framework
Go to file
Matthew Waters 463e23bb47 glslstage: add brackets around pointer dereference referencing an array
While technically, i is always 0 and *vertex_sources[i++] is equivalant
to (*vertex_sources)[i++].  Be future-proof in the case of code
moves/changes/etc.

CID 1327406
2017-12-09 19:32:09 +00:00
ext/gl gl/caopengllayersink: port to new GstGLShader API 2017-12-09 19:32:09 +00:00
gst-libs/gst/gl glslstage: add brackets around pointer dereference referencing an array 2017-12-09 19:32:09 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl/tests: port glcontext test to opengl 2017-12-09 19:32:09 +00:00