[Bug 767492] applemedia ipod-library path problem

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 10 14:43:14 UTC 2016


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

--- Comment #2 from Sergei Saveliev <saveliev.sergei at gmail.com> ---
(In reply to Tim-Philipp Müller from comment #1)
> > in function gst_avf_asset_src_uri_set_uri used function g_uri_escape_string
> > (uri, ":/", TRUE);
> > After that checking for asset.playable is always false, because [AVAsset
> > assetWithURL: url] using percent encoded url
> 
> What is the exact "percent encoded url" here?

Not "percent encoded" possibly, but "escaped"
For example:

URL before when asset.playable==true 

ipod-library://item/item.m4a?id=3143338395173862951

and URL after when asset.playable==false

ipod-library://item/item.m4a%3Fid%3D3143338395173862951

-- 
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