Closed dwlsalmeida closed 11 months ago
This issue was discovered when developing the h.265 code. If we fail to take in new SPS and PPS in this state (using process_nal()) they will be dropped. No test currently exercises this for H.264 but it remains a possibility, nevertheless.
process_nal()
decoders: h264: process PPS even in AwaitingStreamInfo|Reset was merged a while ago.
decoders: h264: process PPS even in AwaitingStreamInfo|Reset
This issue was discovered when developing the h.265 code. If we fail to take in new SPS and PPS in this state (using
process_nal()
) they will be dropped. No test currently exercises this for H.264 but it remains a possibility, nevertheless.