[377/906] gldisplay: avoid to request gl thread when generating a texture
authorJulien Isorce <julien.isorce@gmail.com>
Sat, 19 Sep 2009 12:16:25 +0000 (14:16 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:22 +0000 (19:31 +0000)
commitfa41020ee435588b1f83139eb3741f6a898b5607
tree9eb14f8a54fcbccfde8cb1e6765bda5302556b24
parentfa9177d0372fc97b3779017d749f6df49607cf86
[377/906] gldisplay: avoid to request gl thread when generating a texture

Thanks to the texture pool the gl textures are re-used.
When re-using one, no opengl code is executed so do not need
to request gl thread.
gst-libs/gst/gl/gstgldisplay.c