summaryrefslogtreecommitdiff
path: root/ext/gl/gstglbasemixer.c
Commit message (Expand)AuthorAgeFilesLines
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-131-99/+10
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-5/+5
* glvideomixer: fix race retrieving the GL context from the displayMatthew Waters2016-05-251-2/+2
* glbasemixer: actually attempt to propose an allocation upstreamMatthew Waters2016-05-141-100/+149
* glbasemixer: chain up to the parent implementationMatthew Waters2016-04-121-1/+1
* gl: error out if the configured GL API is unsupported by our elementMatthew Waters2016-02-221-0/+20
* gl: chain up to the parent class for GstElement::set_contextMatthew Waters2015-09-281-0/+2
* gl: Fix GError leaks during failuresVineeth T M2015-09-171-0/+1
* gl: use gst_gl_display_create_context in more elements.Julien Isorce2015-07-211-4/+5
* gl: don't deadlock on context creation failureMatthew Waters2015-05-131-1/+3
* gl: unref display/other-context in the correct placeMatthew Waters2015-04-271-22/+11
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-211-0/+2
* gl: Remove some empty ::finalize() implementationsSebastian Dröge2015-04-171-9/+0
* gl: retreive the gldisplay/app gl context as soon as possibleMatthew Waters2015-03-131-0/+38
* gl: store the list of contexts within gldisplayMatthew Waters2015-03-121-53/+13
* gl: add a new glbasemixer class below glmixerMatthew Waters2015-03-121-0/+734