diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-06-13 09:20:22 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-06-13 09:21:50 +0300 |
commit | a913a0b9679dd58945ad105d240db45595fdaba6 (patch) | |
tree | 741f7b0398cfd51dc5491318025227784ed5f885 /gst/rawparse | |
parent | 02750071071f77149d5dab9a6cb73d25b63177af (diff) |
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
Diffstat (limited to 'gst/rawparse')
0 files changed, 0 insertions, 0 deletions