Skip to content

rtspsrc: Fix crash when is-live=false

Seungha Yang requested to merge seungha.yang/gstreamer:rtsp-crash-fix into main

The pad's parent (i.e., rtspsrc) can be nullptr since we add pads later.

Co-authored-by: Jan Schmidt jan@centricular.com

Fixes: #2751 (closed)

Merge request reports