Skip to content

WIP: uri: fix roundtrip for file:// uris

Tim-Philipp Müller requested to merge tpm/gstreamer:uri-roundtrip into master

Slashes got lost.

Fixes #312


TODO: Breaks elements_dash_mpd output unit test it seems:

Running suite(s): dash
gst-plugins-bad/tests/check/elements/dash_mpd.c:3946
complexMPD:dash_mpdparser_get_baseURL8:
'baseURL' (x://y/example.com/) is not equal to '"x:y/example.com/"' (x:y/example.com/)
Edited by Tim-Philipp Müller

Merge request reports