dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices
authorSebastian Dröge <sebastian@centricular.com>
Wed, 16 Sep 2015 21:38:24 +0000 (23:38 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 08:01:10 +0000 (11:01 +0300)
commit1df82cddeb1e67b842d84266637b6cd0cf4dadef
tree362226b249bd1abd21d41ddea5c856a732e0bff9
parentd676c7e9bf8504746a1952ae772480c90022fab8
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
ext/dash/gstdashdemux.c