From 60d8b7184fd188304712724bce489863a03f2d6e Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 14 Aug 2018 00:43:01 +0900 Subject: h265parse: Consider SEI NALU as "HEADER" packets Apply the commit 69c09c3 https://bugzilla.gnome.org/show_bug.cgi?id=754124 --- gst/videoparsers/gsth265parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/videoparsers/gsth265parse.c b/gst/videoparsers/gsth265parse.c index 79e3fa55c..4832402cb 100644 --- a/gst/videoparsers/gsth265parse.c +++ b/gst/videoparsers/gsth265parse.c @@ -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) { -- cgit v1.2.3