codecparsers: {h264,h265}parser: Fix typo around SEI nalu generator
authorSeungha Yang <seungha@centricular.com>
Sat, 9 Oct 2021 16:56:32 +0000 (01:56 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 13 Oct 2021 17:21:52 +0000 (17:21 +0000)
commit4dd0c6ce44320ce9f723882d12fff0ad6e2cb214
tree8f092d3ad45b1b9e884edbfc8d2c2d755827f80b
parent7256ddb74ad31dd948aa673b407c67c31590a62e
codecparsers: {h264,h265}parser: Fix typo around SEI nalu generator

Fix to create correct SEI nalu when the size of payloadType and/or
payloadType is larger than 255 (0xff)

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1601
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1106>
subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c
subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c