Skip to content

h265parse: don't use PREFIX_SEI as the start of an AU

fuweitax requested to merge fuweitax/gst-plugins-bad:h265parse_prefix_sei into master

In some hevc bitstreams, PREFIX_SEI NAL units are inserted between NAL units which belong to the same AU. And according to the SPEC, this is reasonable, so if uses PREFIX_SEI as the start of an AU, it will result in broken images being output.

Merge request reports