[Bug 750149] queuearray: allow storing of structs in addition to pointers (for GQueue optimisation)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 30 07:30:22 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750149

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 304311
  --> https://bugzilla.gnome.org/attachment.cgi?id=304311&action=edit
queue: avoid slice allocs/frees for each item

Let GstQueueArray store our item struct. That way we don't have to alloc/free
temporary QueueItem slices for every item we want to store in the queue.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list