glupload: keep the parent buffer around when converting EGLImage to 2D textures
authorMatthew Waters <matthew@centricular.com>
Wed, 6 Apr 2016 04:15:40 +0000 (04:15 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:19 +0000 (19:32 +0000)
commit3ee21830389034360b8d6ff756b8dcc3344a88f6
tree064eed589678f413673aeceb1d66d942e3b1ad78
parent458c3067e46b6f4e1270f9b98eda8ffbf5e4d3a4
glupload: keep the parent buffer around when converting EGLImage to 2D textures

e.g. receiving and releasing a buffer from OMX too early will potentially
cause textures to be overwritten while/before they are displayed.
gst-libs/gst/gl/gstglupload.c