glbuffer: Don't pass allocation params
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 16 Dec 2015 16:56:08 +0000 (11:56 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 16 Dec 2015 17:07:17 +0000 (12:07 -0500)
commit052f41e5c293ec17c038467ed1e7b92b04d494b0
tree643bf9752e688f180f3aa47aacf39395e427cf24
parentb2e689890f046d9679932347e08648b4bc2f3d93
glbuffer: Don't pass allocation params

The imported memory has already been allocated, passing allocation
parameters with alignment confuses the memory which endup with a
size different from maxsize and lead to overrun when the memory
is being copied.
gst-libs/gst/gl/gstglbuffer.c