h265parse: Consider SEI NALU as "HEADER" packets

Apply the commit 69c09c3

https://bugzilla.gnome.org/show_bug.cgi?id=754124
This commit is contained in:
Seungha Yang 2018-08-14 00:43:01 +09:00 committed by Nicolas Dufresne
parent 3ad30ef76e
commit 60d8b7184f

View file

@ -633,6 +633,7 @@ gst_h265_parse_process_nal (GstH265Parse * h265parse, GstH265NalUnit * nalu)
if (!GST_H265_PARSE_STATE_VALID (h265parse, GST_H265_PARSE_STATE_GOT_SPS))
return FALSE;
h265parse->header |= TRUE;
/*Fixme: parse sei messages */
/* mark SEI pos */
if (h265parse->sei_pos == -1) {