[Bug 797292] mpegts: support for JPEG 2000 is broken

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 16 14:13:18 UTC 2018


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

--- Comment #4 from Aaron Boxer <boxerab at gmail.com> ---
mpegtsmux_prepare_jpeg2000 receives an input J2K buffer of size X,
and adds an elsm header of size 38, to create a buffer of size X+38.

However, the buffer that tsdemux receives has a header of size 46, which
triggers an error. If I comment out the code that triggers an error, then the
video displays correctly.

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