GNOME Bugzilla – Bug 755134
dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices
Last modified: 2015-10-02 08:02:44 UTC
See commit message
Created attachment 311509 [details] [review] dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices gst_uri_join_strings() will return the second parameter if it is an absolute URI. No need to do a (wrong) check if the URI is absolute or not beforehand.
Created attachment 311510 [details] [review] uri: Add test for correct absolute URI handling in gst_uri_from_string_with_base() If the second parameter is an absolute URI, the base should have no effect and the second parameter should be returned again.
This actually has no effect at all, but simplifies the code a bit ;)
commit 7c9525830ef628bc31a2c50c0614c820a9e9875a Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Sep 16 23:38:24 2015 +0200 dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices gst_uri_join_strings() will return the second parameter if it is an absolute URI. No need to do a (wrong) check if the URI is absolute or not beforehand. https://bugzilla.gnome.org/show_bug.cgi?id=755134