eglimage: perform eglCreateImage in the gl thread
authorMatthew Waters <matthew@centricular.com>
Tue, 22 Mar 2016 07:19:03 +0000 (07:19 +0000)
committerMatthew Waters <matthew@centricular.com>
Fri, 1 Apr 2016 05:08:18 +0000 (16:08 +1100)
commit5e80a99faf8a440c3e60040e03e4c154fb5a62d9
treedaef8456d2c86fcd129f8fc9cdcd339d95a9739d
parentbeeb3ff88372fcaef7d29494b76be33399070a37
eglimage: perform eglCreateImage in the gl thread

while calling eglCreateImage without a GL context current in the executing
thread works on the RPi, some other implementations will return errors.

Marshall the eglCreateImage to the GL thread to appease these implementations.
gst-libs/gst/gl/egl/gsteglimagememory.c