mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
6f1ee59df6
Some H264 packets can be as small as 5 bytes for repeated frames. In such a situation the output buffer size was not big enough (5*2) to fit the SPS/PPS header and the start codes. This corrupts the ES stream. We now generate the SPS/PPS only once which is much more optimal and we now know the size of the header to calculate the output buffer size more safely. |
||
---|---|---|
.. | ||
tsmux | ||
Makefile.am | ||
mpegtsmux.c | ||
mpegtsmux.h | ||
mpegtsmux_aac.c | ||
mpegtsmux_aac.h | ||
mpegtsmux_h264.c | ||
mpegtsmux_h264.h |