glupload: Use bufferpool to allocate new buffer in GLTextureUploadMeta
authorHyunjun Ko <zzoon@igalia.com>
Tue, 2 Aug 2016 08:21:20 +0000 (17:21 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:21 +0000 (19:32 +0000)
commitd875e0a7271f874852e2ec3aa8ea2848c38da3aa
tree021f00cd72e414ff881f7e5131996fdb8592683f
parent85d5489f585d4140a04afdf29a460dc62aa5581e
glupload: Use bufferpool to allocate new buffer in GLTextureUploadMeta

To improve performace of upload with GLTextureUploadMeta,
use bufferpool instead of allocating new buffer every time.

https://bugzilla.gnome.org/show_bug.cgi?id=769293
gst-libs/gst/gl/gstglupload.c