[Webkit-unassigned] [Bug 108088] [GStreamer] webkitwebsrc is exposed to application-side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 07:36:07 PST 2013


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





--- Comment #17 from Martin Robinson <mrobinson at webkit.org>  2013-02-02 07:38:10 PST ---
(From update of attachment 186230)
View in context: https://bugs.webkit.org/attachment.cgi?id=186230&action=review

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:343
> +    // Clean out everything after file:// url path.
> +    if (kurl.isLocalFile())
> +        kurl.removeFragmentIdentifier();

I think it makes a lot of sense to move this into MediaPlayerPrivateGStreamer::setPlaybinURL.

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