h265decoder: Fix for output and removal picture from DPB
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 24 Feb 2020 11:53:49 +0000 (20:53 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Sat, 7 Mar 2020 03:20:03 +0000 (12:20 +0900)
commitba3430a059704ca7ac9f5b86e8844f61fe70523c
treed4cf5285f15f591ef97dd7189d9b9d5b9f448d9f
parent8b0d5e1272ddc3453beb9dba60dd62da202e6d70
h265decoder: Fix for output and removal picture from DPB

See C.5.2.2 Output and removal of pictures from the DPB.

If the number of pictures in the DPB is greater than or equal to
sps_max_dec_pic_buffering_minus1[HighestTid] + 1, then the picture
should be outputted.
gst-libs/gst/codecs/gsth265decoder.c