appsink: use GstQueueArray instead of GQueue for internal item queue
authorTim-Philipp Müller <tim@centricular.com>
Wed, 31 Jan 2018 20:11:41 +0000 (20:11 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 19 Feb 2018 16:03:06 +0000 (16:03 +0000)
commit8b22d470575931e7e115602d5bf2a8342e686f46
treec37af5ff675847a1dfc55f0d0e7160c94cd53a84
parent1ba8cb2207853459191f3748cfd05a2d4a8a3d40
appsink: use GstQueueArray instead of GQueue for internal item queue

Performance optimisation.

Avoids alloc/free churn for the queue's list nodes.
gst-libs/gst/app/gstappsink.c