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)
committerMatthew Waters <matthew@centricular.com>
Wed, 3 Aug 2016 11:16:47 +0000 (21:16 +1000)
commit2bb3baa8c9677685215f8ff3d7204f43d750a472
tree22c9031f508f83b140975214a7c3dd7eb82cb637
parenta46d4f3b57fad525e577dfe1bda91980b7ff6f62
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