dvb: Requires unescaped, invalid URIs
@slomo
Submitted by Sebastian Dröge Link to original bug (#763910)
Description
See https://lists.freedesktop.org/archives/gstreamer-devel/2016-March/057311.html
URIs should always be escaped, i.e. spaces become %20
, e.g. with the GstUri API. dvbsrc should convert them to whatever format it needs then.
For backwards compat reasons we should probably still allow broken URIs in dvb, but also handle proper ones.