gstreamer/ext/webrtc
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
..
fwd.h
gstwebrtc.c
gstwebrtcbin.c webrtc: remove private properties/signals from the now public ice object 2020-07-20 15:56:20 +10:00
gstwebrtcbin.h webrtcbin: Expose "latency" property 2020-06-29 22:45:31 -04:00
gstwebrtcice.c webrtc, rtmp2: Fix parsing of userinfo in URI strings 2020-08-03 18:12:50 +00:00
gstwebrtcice.h webrtc: remove private properties/signals from the now public ice object 2020-07-20 15:56:20 +10:00
gstwebrtcstats.c
gstwebrtcstats.h
icestream.c
icestream.h
meson.build
nicetransport.c webrtc: Use the dtlssrtenc rtp-sync property 2020-02-27 12:30:32 +00:00
nicetransport.h
sctptransport.c webrtc: always reply to a promise 2020-05-06 02:53:27 +00:00
sctptransport.h
transportreceivebin.c webrtc: Remove RECEIVE_STATE_DROP from transportreceivebin 2020-03-04 10:15:19 +00:00
transportreceivebin.h webrtc: Remove RECEIVE_STATE_DROP from transportreceivebin 2020-03-04 10:15:19 +00:00
transportsendbin.c
transportsendbin.h
transportstream.c
transportstream.h webrtc: Unblock transportreceivebin for send-only bundled streams 2020-03-04 10:15:19 +00:00
utils.c
utils.h webrtc: always reply to a promise 2020-05-06 02:53:27 +00:00
webrtcdatachannel.c webrtc: Add GstWebRTCDataChannel to the library API 2020-06-02 21:04:37 +00:00
webrtcdatachannel.h webrtc: Add GstWebRTCDataChannel to the library API 2020-06-02 21:04:37 +00:00
webrtcsdp.c webrtc: handle an ice-lite remote offer 2020-05-28 19:57:45 +10:00
webrtcsdp.h webrtc: handle an ice-lite remote offer 2020-05-28 19:57:45 +10:00
webrtctransceiver.c
webrtctransceiver.h