gstreamer/gst/rtmp2
Nirbheek Chauhan 827afa206d 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
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/583

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/831

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1481>
2020-08-03 18:12:50 +00:00
..
rtmp rtmp2: Set connect args like libavformat does 2020-07-01 18:33:42 +00:00
gstrtmp2.c plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstrtmp2locationhandler.c webrtc, rtmp2: Fix parsing of userinfo in URI strings 2020-08-03 18:12:50 +00:00
gstrtmp2locationhandler.h
gstrtmp2sink.c docs: fix element names in section headers 2020-07-10 19:22:29 +00:00
gstrtmp2sink.h
gstrtmp2src.c docs: fix element names in section headers 2020-07-10 19:22:29 +00:00
gstrtmp2src.h
meson.build
TODO