tests: h264parser: Fix picture timing SEI

The payloadSize don't need to include rbsp_trailing_bits()
This commit is contained in:
Seungha Yang 2020-04-07 22:30:55 +09:00 committed by GStreamer Merge Bot
parent 28ce6c2a40
commit 72854261bb

View 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[] = {