glmixer: add read-only context property
[platform/upstream/gstreamer.git] / ext / gl / gstglmixer.c
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