[Bug 746871] bus: Segmentation fault in function gst_bus_set_flushing() when called with bus==NULL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 27 03:39:39 PDT 2015


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

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

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

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Just to be clear, those checks are merely there to assist programmers in
finding typical issues faster. There's no need to check every argument in every
function. It is never valid to call these functions with those arguments, and
these checks will be compiled out on embedded systems anyway.

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