Skip to content

gsturi: When setting the same string again do nothing

Sebastian Dröge requested to merge slomo/gstreamer:gsturi-set-same-string into main

Otherwise code like gst_uri_set_host(uri, gst_uri_get_host(uri)) would first free the string, then create a copy of the freed string and then assigned that.

Merge request reports