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)
committerMatthew Waters <matthew@centricular.com>
Mon, 11 Apr 2016 23:41:23 +0000 (09:41 +1000)
commit5115eadc467fa717a713efcd1bb678218ff88bb6
tree2a7a98a49a91dee5e34c881359770b6c86d6600c
parent417bae7f23c04f0afb3b7ef14a54c03ee71ab701
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