gstreamer/ext/openh264
Tim-Philipp Müller 42a7edd40f openh264enc: fix broken sps/pps header generation
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 17113695.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1576

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2178>
2021-08-24 23:42:27 +01:00
..
gstopenh264dec.cpp openh264: allow per feature registration 2021-03-23 14:19:17 +00:00
gstopenh264dec.h openh264: remove unnecessary instance private structures 2016-04-11 20:11:53 +01:00
gstopenh264element.c openh264: Don't use GOnce for ABI check 2021-05-13 21:40:02 +00:00
gstopenh264elements.h openh264: allow per feature registration 2021-03-23 14:19:17 +00:00
gstopenh264enc.cpp openh264enc: fix broken sps/pps header generation 2021-08-24 23:42:27 +01:00
gstopenh264enc.h openh264enc: allow to dynamically change bitrate 2017-07-17 19:13:18 -04:00
gstopenh264plugin.c openh264: allow per feature registration 2021-03-23 14:19:17 +00:00
meson.build openh264: Respect level set downstream 2021-08-09 20:17:54 +00:00