From: Seungha Yang Date: Tue, 7 Apr 2020 13:30:55 +0000 (+0900) Subject: tests: h264parser: Fix picture timing SEI X-Git-Tag: 1.19.3~507^2~2077 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72854261bbfa425dff36a2f7e0913547c8dda6b8;p=platform%2Fupstream%2Fgstreamer.git tests: h264parser: Fix picture timing SEI The payloadSize don't need to include rbsp_trailing_bits() --- diff --git a/tests/check/libs/h264parser.c b/tests/check/libs/h264parser.c index e9a8fd3..0d6ed70 100644 --- a/tests/check/libs/h264parser.c +++ b/tests/check/libs/h264parser.c @@ -237,7 +237,7 @@ static guint8 nalu_sps_with_vui[] = { }; static guint8 nalu_sei_pic_timing[] = { - 0x00, 0x00, 0x01, 0x06, 0x01, 0x02, 0x32, 0x80 + 0x00, 0x00, 0x01, 0x06, 0x01, 0x01, 0x32, 0x80 }; static guint8 nalu_chained_sei[] = {