[Webkit-unassigned] [Bug 75078] [GStreamer] media/W3C failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 02:22:14 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75078





--- Comment #3 from Philippe Normand <pnormand at igalia.com>  2012-02-21 02:22:15 PST ---
(From update of attachment 127597)
View in context: https://bugs.webkit.org/attachment.cgi?id=127597&action=review

>> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:288
>> +    String cleanUrl(url);
> 
> I think it would be better here to do:
> 
> if (kurl.isLocalFile()) {
>     kurl.setQuery("");
>     kurl.removeFragmentIdentifier();
> }

I actually tried this but setQuery() doesn't remove the leading '?'.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list