wpesrc: Switch URI handler to web+... protocols
authorPhilippe Normand <philn@igalia.com>
Wed, 10 Aug 2022 10:12:37 +0000 (11:12 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 10 Aug 2022 15:10:26 +0000 (15:10 +0000)
commit90d46c1748d980729f139bbf67001acd7f01186c
tree0cd3fb0b719bc7ddd38989d9f3c33fbd285102e1
parent16a3fc3c6d2f448172bc79878ce0f249606e6d9d
wpesrc: Switch URI handler to web+... protocols

The web://http:// URIs were not compliant with RFC 3986. Using web+http://
allows us to use the GstUri parser to pass down a valid URI to `wpevideosrc`.

Corresponding change for the CEF source element:
https://github.com/centricular/gstcefsrc/commit/8d499495dd79cc0bf9a38ae82b03e374d78f68ae

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2856>
subprojects/gst-plugins-bad/ext/wpe/gstwpesrcbin.cpp