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)
commitf0a0fcb0bfd8c4443bf399da9c5d188e52a4725b
treecb0c3c466341f30e06b67ed6021f5083242e64b8
parentf19a789b685e9fb836275d7323d4dea7004084c2
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]