h264parse: don't critical on VUI parameters > 2^31
authorMatthew Waters <matthew@centricular.com>
Wed, 14 Aug 2019 12:08:34 +0000 (22:08 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 20 Aug 2019 10:21:50 +0000 (11:21 +0100)
commit92eaeb5fb6781b9a643b3bd418300ccbd263c1d7
tree9cc219b830f0655404cb3ec901fea62feb79c783
parented743952188a86293051c354704f178073226399
h264parse: don't critical on VUI parameters > 2^31

A guint32 greater than 2^31 would be interpreted as negative by
gst_util_uint64_scale_int() and critical. Use the 64-bit integer version
of the function instead.
gst/videoparsers/gsth264parse.c