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, 25 Sep 2015 21:52:28 +0000 (23:52 +0200)
commit7c9525830ef628bc31a2c50c0614c820a9e9875a
tree9ecb35334b0453c85250eded0f59db95024da8cc
parent6cafc644165f604acddba0e317a0897ed72595e1
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