[Webkit-unassigned] [Bug 113884] [GStreamer] playbin uri getter is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 12:03:02 PDT 2013


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





--- Comment #9 from Martin Robinson <mrobinson at webkit.org>  2013-04-03 12:01:14 PST ---
(From update of attachment 196382)
View in context: https://bugs.webkit.org/attachment.cgi?id=196382&action=review

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1294
> +            newUrl = KURL(KURL(), m_url.baseAsString() + newLocation);

Ah! Just noticed this:

You should consider trying newUrl = KURL(m_url, newLocation);

The first argument is a base. :)

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