mpegtsmux: fix buffer size mismatch in M2TS mode
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 18 Mar 2016 14:09:37 +0000 (14:09 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 17 Oct 2016 11:32:58 +0000 (12:32 +0100)
commit1630d2a0d7228765a169bbca4a745a46a9484e4a
treeb8a7dab3a5d013a9b5c3ed414b711def46c23df8
parent7c7e0a6a6dcee8f018a238b655cf269b8ca9e574
mpegtsmux: fix buffer size mismatch in M2TS mode

In M2TS mode, we need an extra 4 bytes in the buffer, so need
to ensure the buffer can contain these. The allocation site
does not know the mode, so this is done in all cases.
gst/mpegtsmux/tsmux/tsmux.c