Skip to content

rtspsrc: Skip PTs with caps incompatible to the global caps

Sebastian Dröge requested to merge slomo/gstreamer:rtspsrc-skip-empty-caps into main

Otherwise empty caps are created while all following code assumes that the caps will have exactly one structure, and then run into assertions.

Merge request reports