summaryrefslogtreecommitdiff
path: root/ext/gl/gstglbasemixer.c
Commit message (Expand)AuthorAgeFilesLines
* 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