Skip to content

h264parse: In-band sps/pps update if only codec_data differs in src caps

Initially the case "only codec_data is different" was addressed in https://bugzilla.gnome.org/show_bug.cgi?id=705333 in order for unusual bitstreams to be handled. That's the case where sps and pps are placed in bitstream. When sps/pps are signalled only via caps by upstream, however, the updated codec_data is mandatory for decoder and therefore we shouldn't ignore them.

Merge request reports