rtsp: gstrtspurl: gst_rtsp_url_get_request_uri: fix incorrect scheme for tls transpor...
authorBart Van Severen <bart.vanseveren@barco.com>
Wed, 25 Jan 2023 12:58:16 +0000 (13:58 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 27 Jan 2023 01:58:48 +0000 (01:58 +0000)
commitdb2b357791d83e406e64abf33bcfa4b3e05b3528
tree83cc3c3c2e33d219b5a89d00838b14e012ab95a3
parent0b086876332f87f3bfc892b991da8530eb63da44
rtsp: gstrtspurl: gst_rtsp_url_get_request_uri: fix incorrect scheme for tls transport methods

gst_rtsp_url_get_request_uri returns rtsp://... url when requested url is rtsps://, this is not
in accordance with https://www.rfc-editor.org/rfc/rfc7826.html#section-19.2.
This also impedes setting up a rtsps session with a live555 rtsp server.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3818>
subprojects/gst-plugins-base/gst-libs/gst/rtsp/gstrtspurl.c