queuearray: fix expanding size of queue from 1
authorEvan Nemerson <evan@nemerson.com>
Fri, 6 Jun 2014 23:36:00 +0000 (16:36 -0700)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 7 Jun 2014 08:45:39 +0000 (09:45 +0100)
commit1cd4bd64b04c71970148ae5e1de1e13602d21875
tree97a7629ee0e0ccab097f8df6568c56eb5cc546db
parent75e0a3c676842227b602592b6f159c28f2c7e833
queuearray: fix expanding size of queue from 1

Without we would not actually expand and access
memory beyond the allocated region for the array.

https://bugzilla.gnome.org/show_bug.cgi?id=731349
libs/gst/base/gstqueuearray.c