glsyncmeta: make context to wait and set sync explicit
[platform/upstream/gstreamer.git] / ext / gl / gstglmixer.c
2017-12-09 Matthew Watersglsyncmeta: make context to wait and set sync explicit
2017-12-09 Matthew Watersgl: get the context from basemixer/basefilter
2017-12-09 Matthew Watersglmixer: remove usage of upload/download objects
2017-12-09 Matthew Watersgl: add a new glbasemixer class below glmixer
2017-12-09 Nicolas Dufresneglmixer: Don't share our downstream pool with upstream
2017-12-09 Sebastian Drögegl: Remove format info in glcolorconvert's transform_ca...
2017-12-09 Matthew Watersgl: remove the egl caps from the src pads
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Matthew Watersglvideomixer: don't upload if alpha <= 0
2017-12-09 Matthew Watersgl: split glcolorconvert usage from glupload
2017-12-09 Tim-Philipp Müllerglmixer, glvideomixer: update for GstAggregatorPadForea...
2017-12-09 Tim-Philipp Müllerglmixer: update for aggregator start/stop vfunc change
2017-12-09 Matthew Watersgldisplay: implement runtime GL api filtering
2017-12-09 Matthew Watersgl: add a sync meta for synchronizing across GL contexts
2017-12-09 Thibault Sauniervideoaggregator: Expose vmethods to set converters...
2017-12-09 Matthew Watersglupload: rearchitecture for non GLMemory inputs/outputs
2017-12-09 Matthew Watersglmixer: add read-only context property
2017-12-09 Matthew Watersgl: remove the width/height fields from the caps to...
2017-12-09 Matthew Watersglmixer: advertise support for changing input caps...
2017-12-09 Matthew Watersglmixer: don't get the current caps from GstVideoInfo...
2017-12-09 Wang Xin-yu (王昕宇)glmixer:fix incorrect parameter passed to handle_set_co...
2017-12-09 Matthew Watersglmixer: override the caps query in order to 'convert...
2017-12-09 Matthew Watersglmixer: override the accept caps query in order to...
2017-12-09 Matthew Watersgl: propogate other-context using GstContext
2017-12-09 Matthew Watersglmixer: fixup eglimage include path
2017-12-09 Matthew Watersglbufferpool: add the GstVideoGLTextureUploadMeta buffe...
2017-12-09 Matthew Watersvideoaggregator: operate on caps rather than video...
2017-12-09 Sebastian Drögeglmixer: Call the pad's parent class finalize method
2017-12-09 Sebastian Drögeglmixer: Only finalize the other context in finalize()
2017-12-09 Sebastian Drögeglmixer: Add other-context property
2017-12-09 Matthew Watersgl: download whenever we have sysmem capsfeatures
2017-12-09 Matthew Watersglupload: provide the output buffer that is rendered...
2017-12-09 Sanjay NMgl: Removed unreachable break, unused variable
2017-12-09 Ognyan Tonchevglmixer: do not leak pool in error cases
2017-12-09 Matthew Watersglmixer: unref the GstGLUpload in the pad if freed...
2017-12-09 Wang Xin-yu (王昕宇)glvideomixer: avoid gl resource race condition between...
2017-12-09 Wang Xin-yu (王昕宇)gl: fix multi gl object leaks
2017-12-09 Sebastian Drögegl: Move GstGLMixer to the plugin for now