h264parser: Make GstH264PicTiming self-containing all the syntax information
authorSeungha Yang <seungha@centricular.com>
Tue, 7 Apr 2020 10:32:29 +0000 (19:32 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 8 Apr 2020 15:39:12 +0000 (15:39 +0000)
commit28ce6c2a40f6367dab59b8d6c52c4270567cf4cc
treedd0cc989d2a184decead16bc807f60bd2d4c7a86
parentc272dd346234a7bf66ca3570f843363eef3c7ff4
h264parser: Make GstH264PicTiming self-containing all the syntax information

... and store all parsed values.

We are storing pic_struct_present_flag although it's not part of
this SEI message but GstH264PicTiming includes it to clarify
following syntax values.
In addition to that, by adding CpbDpbDelaysPresentFlag, we don't need to
refer to VUI anymore.
gst-libs/gst/codecparsers/gsth264parser.c
gst-libs/gst/codecparsers/gsth264parser.h