summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglbasefilter.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08glfilter: remove display_init/resetMatthew Waters1-10/+18
2016-11-03gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters1-4/+4
2016-11-03gl/docs: massive updateMatthew Waters1-1/+1
2016-03-06gl: misc docs fixes/additionsMatthew Waters1-0/+12
2016-02-22gl: fix the buildMatthew Waters1-1/+1
2016-02-22gl: error out if the configured GL API is unsupported by our elementMatthew Waters1-1/+24
2016-02-04glbasefilter: enable qos by defaultMatthew Waters1-0/+2
2016-02-02glbasefilter: always call gl_start when not called alreadyMatthew Waters1-1/+1
2016-01-15glbasefilter: add a class function on set_caps (from GL)Matthew Waters1-2/+44
2015-09-28gl: chain up to the parent class for GstElement::set_contextMatthew Waters1-0/+2
2015-09-28gl: sprinkle some debug markers to ease debuggingMatthew Waters1-0/+6
2015-09-17gl: Fix GError leaks during failuresVineeth T M1-0/+1
2015-08-22gl: Let base transform relay the meta api for usNicolas Dufresne1-12/+2
2015-08-20glbasefilter: only call gl_{stop,start} if the context changedMatthew Waters1-6/+13
2015-07-21gl: use gst_gl_display_create_context in more elements.Julien Isorce1-14/+2
2015-05-19glbasefilter: track gl_start/stop correctlyMatthew Waters1-2/+13
2015-05-13gl: don't deadlock on context creation failureMatthew Waters1-2/+6
2015-04-27gl: unref display/other-context in the correct placeMatthew Waters1-15/+5
2015-04-26glbasefilter: Unref other context in finalize, and display in READY->NULLMatthew Waters1-10/+21
2015-04-21gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters1-0/+2
2015-04-10glbasefilter: avoid segfault when gl platform is not availableAnton Obzhirov1-0/+9
2015-03-13gl: retreive the gldisplay/app gl context as soon as possibleMatthew Waters1-31/+43
2015-03-12gl: store the list of contexts within gldisplayMatthew Waters1-57/+15
2015-03-12gl: add a new glbasefilter class below glfilterMatthew Waters1-0/+445