[Bug 767492] applemedia ipod-library path problem

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 13 06:22:16 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767492

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit a913a0b9679dd58945ad105d240db45595fdaba6
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Mon Jun 13 09:20:22 2016 +0300

    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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list