commit | f652829d5fef9f36a3e06010753b791612140c54 | [log] [tgz] |
---|---|---|
author | Seungha Yang <seungha.yang@navercorp.com> | Tue Aug 14 00:43:01 2018 +0900 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Tue Sep 11 16:08:15 2018 -0400 |
tree | 805e974502b11dff1b72df9cd9fb38c2d8f3cb28 | |
parent | 3c5b6c03f49b841c19ae26fc07e05100c451806a [diff] |
h265parse: Consider SEI NALU as "HEADER" packets Apply the commit 69c09c3 https://bugzilla.gnome.org/show_bug.cgi?id=754124
diff --git a/gst/videoparsers/gsth265parse.c b/gst/videoparsers/gsth265parse.c index 79e3fa5..4832402 100644 --- a/gst/videoparsers/gsth265parse.c +++ b/gst/videoparsers/gsth265parse.c
@@ -633,6 +633,7 @@ 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) {