[Bug 762717] mpegtsmux: m2ts-mode crashes (abort)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 17 16:54:32 UTC 2016


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

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
The buffer doesn't seem to be allocated with 192 AFAICT. It's constructed in a
roundabout way in tsmux_section_write_packet, which creates it with 188 bytes
(g_malloc at line 884). That memory is used to create a GstMemory at line 904.
There is some prepending later on. A test adding 4 to the malloc and the max
size at both those locations doesn't work, the buffer is still seen as 188
bytes.

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