gstreamer/ext/gl
Matthew Waters 81a78449d5 glvideomixer: swap control binding proxy
The ref_object and object parameters were the wrong way around.

For the typical use case where an application is setting a
GstControlBinding on the returned ghost pad:
1. our control binding would be removed when the new one was set
2. sync_values calls were not being forwarded from the internal
   pad to the ghost pad.

If an application attempts to perform other control binding
operations (get_* family of functions) on the internal pad, they
will also be forwarded to the ghost pad where a possible
GstControlBinding will provide the necessary values.
2015-08-03 20:08:52 +10:00
..
gstglbasemixer.c gl: use gst_gl_display_create_context in more elements. 2015-07-21 11:37:21 +01: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 glvideomixer, glmixer: Add description and klass 2015-07-03 12:28:47 -04: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 glstereomix: remove redundant initialization 2015-07-29 17:49:01 +01:00
gstglstereomix.h gl: Add glviewconvert, glstereomix and glstereosplit elements 2015-06-19 01:49:33 +10:00
gstglvideomixer.c glvideomixer: swap control binding proxy 2015-08-03 20:08:52 +10:00
gstglvideomixer.h gl: element buffers are part of vao state 2015-05-14 14:58:07 +10:00