h264parser lib: Warn on invalid pic_timing SEI
authorJan Schmidt <jan@centricular.com>
Fri, 28 Jun 2019 04:46:36 +0000 (14:46 +1000)
committerJan Schmidt <jan@centricular.com>
Thu, 4 Jul 2019 14:17:59 +0000 (00:17 +1000)
commit81c20cadea1117f5b04aa64331be2b7afe60186b
treed335cfff042cbd4ce322dab2eb2faf77257e442a
parent75ce024b1ee3b6f8f185ae6259c96c92514541d9
h264parser lib: Warn on invalid pic_timing SEI

The spec calls for pic_timing SEI to be absent unless
there's either a CpbDpbDelaysPresentFlag or
pic_struct_present_flag in the SPS VUI data. If
both those flags are missing, warn.
gst-libs/gst/codecparsers/gsth264parser.c