Skip to content

sdp: Guard against NULL strings/arrays in the SDP data structures

Sebastian Dröge requested to merge slomo/gstreamer-rs:sdp-null-str into master

While all these are invalid for a proper SDP, they appear as NULL when creating a new, empty SDP.

Fixes #221 (closed)

Merge request reports