Skip to content

rtsp-client: RTP Info when completed_sender

Kristofer requested to merge Bjorkstrom/gst-rtsp-server:master into master

Change condition that should be fulfilled regarding RTPInfo. Replace !gst_rtsp_media_is_receive_only with gst_rtsp_media_has_completed_sender. It is more correct to actually look for a sender pipeline that is complete. Only then a RTPInfo should exist.

Merge request reports