codecs: h264picture: Count only complete complementary field pair for dpb fullness...
authorSeungha Yang <seungha@centricular.com>
Sun, 10 Jan 2021 14:16:55 +0000 (23:16 +0900)
committerSeungha Yang <seungha@centricular.com>
Sun, 10 Jan 2021 14:27:27 +0000 (23:27 +0900)
commitae7c20a6edba33d24f7dced9f55c8f7c192c07b2
tree6e5ffad44a27c889bf3d16bbd33058563b170a95
parente14bbd7f5ce58ee65dc909f6a98dfd1bab0cd7cb
codecs: h264picture: Count only complete complementary field pair for dpb fullness decision

Our DPB implementation was designed as such that allowing
temporary DPB overflow in the middle of field picture decoding
and incomplete field pair should not trigger DPB bumping.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1947>
gst-libs/gst/codecs/gsth264picture.c