[Bug 760704] SIGSEGV libgstreamer_android.so

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 16 05:32:37 PST 2016


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

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, that looks good.

The queue2 element calls gst_message_set_buffering_stats() on a NULL message.
The most likely reason for that is that gst_message_new_buffering() has been
called with a percentage value < 0 or > 100.

It's possible that this patch (which will land in 1.6.3 when it comes out)
fixes it:

http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?h=1.6&id=6b5decf0e68a2f69c308d1703ac3a42c6fe51e8b

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