mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
3ad30ef76e
commit
60d8b7184f
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue