h264parse, h265parse: take unit_field_based_flag into account ..
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 2 Apr 2019 13:18:03 +0000 (15:18 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 2 Apr 2019 13:18:03 +0000 (15:18 +0200)
commit0e89f2a6d9323c1f8ff4a2b03d8dcb713a8e8bab
tree0e224a0f392f87d73660aa4998691257e350d824
parent55bb8966e1508ab7b35b6a507ef90cc5f64d8486
h264parse, h265parse: take unit_field_based_flag into account ..

when computing timecode metas. Depending on the value of that flag,
n_frames is to be interpreted as a number of fields or a number of
frames. As GstVideoTimeCodeMeta always deals with frames, we want
to scale that number when needed.
gst/videoparsers/gsth264parse.c
gst/videoparsers/gsth265parse.c