mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 01:51:22 +00:00
42a7edd40f
This was putting a truncated SPS into the initial header instead
of the PPS because it was always reading from the beginning of the
bitstream buffer (pBsBuf) and not from the offset where the current
NAL is at in the bitstream buffer (psBsBuf + nal_offset).
This was broken in commit
|
||
---|---|---|
.. | ||
gstopenh264dec.cpp | ||
gstopenh264dec.h | ||
gstopenh264element.c | ||
gstopenh264elements.h | ||
gstopenh264enc.cpp | ||
gstopenh264enc.h | ||
gstopenh264plugin.c | ||
meson.build |