[Bug 766236] rtp j2k payload/depayload messes up colours in sample pattern
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 3 06:08:44 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766236
--- Comment #92 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It's crashing in line 298 where it calls gst_caps_new_simple(), but the reason
is that you corrupt the stack. You call gst_byte_reader_free() on a stack
allocated byte reader, which will call free() on something on the stack.
There's nothing to free/reset in a stack allocated byte reader.
--
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