avfassetsrc: Don't escape the URI before passing it to NSURL
authorSebastian Dröge <sebastian@centricular.com>
Mon, 13 Jun 2016 06:20:22 +0000 (09:20 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 13 Jun 2016 06:21:50 +0000 (09:21 +0300)
commita913a0b9679dd58945ad105d240db45595fdaba6
tree741f7b0398cfd51dc5491318025227784ed5f885
parent02750071071f77149d5dab9a6cb73d25b63177af
avfassetsrc: Don't escape the URI before passing it to NSURL

The URI must already be escaped by the caller, we don't support passing around
invalid (unescaped) URIs via the GstURIHandler interface.

Also it will escape too much of the URI in this case, e.g.
  ipod-library://item/item.m4a?id=3143338395173862951
becomes
  ipod-library://item/item.m4a%3Fid%3D3143338395173862951

https://bugzilla.gnome.org/show_bug.cgi?id=767492
sys/applemedia/avfassetsrc.m