h265parser: Use vps_timing_info when not present in vui
authorDong Il Park <dongil.park@lge.com>
Thu, 18 Apr 2019 07:54:51 +0000 (16:54 +0900)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Fri, 14 Jun 2019 02:15:46 +0000 (02:15 +0000)
commit1af22f35610725b8b92a032bddc789e22a649fc9
tree9ef87d00c50ab06ce722be77e9f8758ae6ccece7
parent7b1b3327a0c99bce6a1a657df4d687aec552cf68
h265parser: Use vps_timing_info when not present in vui

The same timing_info will be present at vps or vui.
When the timeing_info is present in the VPS, vui_timing_info
, when present, shall be equal to vps_timing_info, and when
not present, is inferred to be equal to vps_timing_info.
gst-libs/gst/codecparsers/gsth265parser.c