gstreamer/ext/gl
Matthew Waters afdc81fe4d glvideomixer: implement glBlendFunc and glBlendEquation
Allows more blending options than just A over B

e.g. frame comparisons are now possible.
  glvideomixer name=m
    sink_0::zorder=0
    sink_1::zorder=1
    sink_1::blend-equation-rgb={subtract,reverse-subtract}
    sink_1::blend-function-src-rgb=src-color
    sink_1::blend-function-dst-rgb=dst-color
  ! glimagesinkelement
  videotestsrc pattern=checkers-4 ! m.sink_0
  videotestsrc pattern=checkers-8 ! m.sink_1
2016-01-13 12:00:03 +11:00
..
gstglbasemixer.c gl: chain up to the parent class for GstElement::set_context 2015-09-28 22:24:04 +10:00
gstglbasemixer.h gl: add a new glbasemixer class below glmixer 2015-03-12 16:45:50 +00:00
gstglmixer.c gl: Don't leak pool if set_config failed 2015-07-02 09:40:05 -04:00
gstglmixer.h Revert "gl: readd glupload/download onto element pads" 2015-05-06 15:46:49 +02:00
gstglmixerbin.c glmixerbin: fix minor leak 2015-11-06 13:00:55 +00:00
gstglmixerbin.h gl: new glmixerbin element 2015-03-12 16:45:51 +00:00
gstglmosaic.c gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls 2015-05-14 16:42:09 +10:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstglstereomix.c glviewconvert: remove set_format 2015-11-11 15:16:37 +11:00
gstglstereomix.h gldownload: remove helper api from the library 2015-12-14 13:55:16 +11:00
gstglvideomixer.c glvideomixer: implement glBlendFunc and glBlendEquation 2016-01-13 12:00:03 +11:00
gstglvideomixer.h glvideomixer: implement glBlendFunc and glBlendEquation 2016-01-13 12:00:03 +11:00