tests: h264parser: Fix picture timing SEI
authorSeungha Yang <seungha@centricular.com>
Tue, 7 Apr 2020 13:30:55 +0000 (22:30 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 8 Apr 2020 15:39:12 +0000 (15:39 +0000)
The payloadSize don't need to include rbsp_trailing_bits()

tests/check/libs/h264parser.c

index e9a8fd3..0d6ed70 100644 (file)
@@ -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[] = {