gl/examples: add a live shader demo using the new GstGLSLStage
authorMatthew Waters <matthew@centricular.com>
Fri, 16 Oct 2015 14:08:29 +0000 (01:08 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 16 Oct 2015 14:10:47 +0000 (01:10 +1100)
commitb8b9c78599fdfbfba507c440196a7b3b3a88450e
tree57563ab5336b430a3946d0faf17d2785564aed64
parent136f375f010cd3047d3aa17ecab19ba15ce5ef29
gl/examples: add a live shader demo using the new GstGLSLStage

Implemented with videotestsrc ! glshader ! glupload ! gtkglsink

Errors on an invalid shader compilation are ignored however any error
provided by the glsl compiler is printed to stdout.
tests/examples/gtk/Makefile.am
tests/examples/gtk/glliveshader.c [new file with mode: 0644]