h264parser: Stop considering 5 bytes NAL complete
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 2 Nov 2018 18:18:54 +0000 (14:18 -0400)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 6 Nov 2018 07:26:03 +0000 (07:26 +0000)
commitcf7ea41c7531af4e647614f1f045211f60694abc
treefb09d57e45b2c93cc8ed5af0f3fde684ed8f18fa
parentdff857463a878c6d1886e55bb1bda3fd9b426e9e
h264parser: Stop considering 5 bytes NAL complete

This is only TRUE for SEQ_END / STREAM_END. Before this patch, passing
any valid 5 bytes of a NAL would make the parser pretend this NAL is
complete.
gst-libs/gst/codecparsers/gsth264parser.c