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)
committerMatthew Waters <matthew@centricular.com>
Fri, 30 Oct 2015 03:24:54 +0000 (14:24 +1100)
commitd707038101b078513fe127c65379e49ef25fdebd
tree74f022af573f9cfeac74ac311ecbea230b6323b7
parentb429654a37ab868f14303746f26644cf71e36890
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