Skip to content

h265parse: Don't segfault when SPS hasn't been seen yet.

Fix a recently introduced segfault. Don't de-reference a NULL SPS pointer when attempting to update source caps before SPS has been seen in the stream.

Merge request reports