diff options
-rw-r--r-- | gst/videoparsers/gsth265parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |