[Bug 750965] rtpjitterbuffer: 1. Fix a typing error of comment, 2. Add null check in free_item function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 16 07:18:04 PDT 2015


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #12 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
(In reply to Tim-Philipp Müller from comment #11)
> That's not what we do elsewhere, and a g_return_*() doesn't really make
> anything 'safer', since people on embedded systems will typically compile
> them out anyway. Not that I mind mind leaving it as is.

Maybe that's what you mean, though it felt unclear to me. g_return_* will leave
the if () return block when "compiling out". Unlike g_assert which will
complete go away.

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