h265parser: Stop considering 6 bytes NAL complete
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 2 Nov 2018 19:53:56 +0000 (15:53 -0400)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 6 Nov 2018 07:26:03 +0000 (07:26 +0000)
commit7d1be36561616a9cc483a2fdd6b9e5f1cc1accb9
tree170db4c336dc9e46c2a4698ef503cb031362ac77
parent95c99aa0a765d69049703677ccb4ccd9a34be710
h265parser: Stop considering 6 bytes NAL complete

This is only TRUE for EOS / EOB NALs. Before this patch, passing
any valid 6 bytes of a NAL would make the parser pretend this NAL is
complete.
gst-libs/gst/codecparsers/gsth265parser.c