glupload: explicitly configure the texture target on the gl buffer pool
authorMatthew Waters <matthew@centricular.com>
Thu, 29 Oct 2015 14:42:42 +0000 (01:42 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:10 +0000 (19:32 +0000)
commit434bbc9f010db373038c258f8e8e81e45b0cdd5e
tree00d19aca96c6aa561afb92b42fb4cb8ae30c4e99
parent18f9dfdfe550da1831416e85eec7630ce11e9151
glupload: explicitly configure the texture target on the gl buffer pool

If we don't, then the pool could end up allocating 2D textures when the
caps explictly state they should be rectangle textures.
gst-libs/gst/gl/gstglupload.c