[Bug 767492] New: applemedia ipod-library path problem

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 10 11:32:54 UTC 2016


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

            Bug ID: 767492
           Summary: applemedia ipod-library path problem
    Classification: Platform
           Product: GStreamer
           Version: 1.8.2
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: saveliev.sergei at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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
I'll checked out this when using GStreamer with Qt 5.6, building iOS
application.

For example if I make following transformations everything is ok:

NSString *str=[NSString stringWithUTF8String:
qPrintable(QUrl::fromNSURL(url).toString())];
NSURL *url2=[[NSURL alloc] initWithString: str];
AVAsset *ass = [AVAsset assetWithURL:url2];

In that way qPrintable returns const char* value
for example ipod-library://item/item.m4a?id=645236843028624300

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