Skip to content

rtspsrc: Accept NULL for "port-range" property

Juan Navarro requested to merge (removed):master into master

The documentation of "port-range" implies that passing NULL should be valid, but currently it is not. Without this check, the sscanf() call will crash.

Merge request reports