rtspsrc: Consider the actual control base URI also in case the connection URI contain...
authorSebastian Dröge <sebastian@centricular.com>
Fri, 12 Aug 2022 10:20:01 +0000 (13:20 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 12 Aug 2022 18:52:29 +0000 (18:52 +0000)
commit8e77c8155c90c17173126613e7ddc269d0ea3e28
tree1a0f41d3ae0a4ec1df014804541659f23b95a30c
parentedb0e47074ed7b84fe3f33858908392aaaa1818a
rtspsrc: Consider the actual control base URI also in case the connection URI contains a query string

That is, get rid of unnecessary and wrong special-casing.

This could always use gst_rtsp_url_get_request_uri_with_control() but as
we only have the control base URI as string it is easier to just call
gst_uri_join_strings().

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2868>
subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c