gstreamer/gst-libs
Sreerenj Balachandran e6e0702821 codecparser: h265: Fix nal unit size checking
The EOS and EOB nals have the size 2 which is the size of
nal unit header itself. The gst_h265_parser_identify_nalu()
is not required to scan start code again in this case.

In other cases, for a valid nalunit the minimum required size
is 3 bytes (2 byte header and at least 1 byte RBSP payload)
2015-04-30 21:47:38 +02:00
..
gst codecparser: h265: Fix nal unit size checking 2015-04-30 21:47:38 +02:00
Makefile.am