[Bug 751297] rtprtxqueue: reverse pending list before pushing buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 22 05:39:31 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
You usually use a GQueue on the stack, and when you 'steal it' you usually
don't need the GQueue struct any longer, so you just e.g. return queue.head and
be done with it.

-- 
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