Skip to content
Snippets Groups Projects
Commit 827afa20 authored by Nirbheek Chauhan's avatar Nirbheek Chauhan :ant:
Browse files

webrtc, rtmp2: Fix parsing of userinfo in URI strings

While parsing the string, `gst_uri_from_string()` also unescapes the
userinfo. This is bad if your username contains a `:` character, since
we will then split the userinfo at the wrong location when parsing it.

To fix this, we can use the new `gst_uri_from_string_escaped()` API
that was added in
gstreamer/gstreamer!583

Fixes gstreamer/gst-plugins-bad#831

Part-of: <gstreamer/gst-plugins-bad!1481>
parent 962ebebe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment