rtsp-url: unescape special chars in user/pass part of URL
authorStuart Weaver <stuart.weaver@datapath.co.uk>
Wed, 25 Nov 2015 11:30:42 +0000 (11:30 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 25 Dec 2016 12:08:45 +0000 (12:08 +0000)
commit0cf08d90c0b6a2a795d53e124eaa80dee285f81d
tree52a56f999901bf1ef293d6f73b713ca447f84df5
parentc0a18df468a515d985cdc5dfc208d4866ded5101
rtsp-url: unescape special chars in user/pass part of URL

This way special characters such as '@' can be used in
usernames or passwords, e.g.

  rtsp://view:%40dm%4An@<IP-ADDR>/media/camera1

will now parse username and password into:

  User: view
  Pass: @dm:n

https://bugzilla.gnome.org/show_bug.cgi?id=758389
gst-libs/gst/rtsp/gstrtspurl.c