[Webkit-unassigned] [Bug 163166] [GStreamer] Certificate database missing when accessing HTTPS via WebKitWebSourceGStreamer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 01:49:56 PDT 2016


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

--- Comment #4 from Jana Saout <jana at saout.de> ---
Oh, I see. The fallthrough case was there before already.

The case where "priv->player" is null.

Player is set from "notify::source" on the pipeline (via sourceChangedCallback).

So if the code can associate a GStreamer source to the player and this source happens to be a WEBKIT_WEB_SRC, priv->player is set (via webKitWebSrcSetMediaPlayer).

The HLS plugin can also create more WebKitWebSrc'es. Some of them fail to be associated with the player and take that code path.

I haven't tested r206772 yet, but it still doesn't sound right to me that some connections are made via the network process and some others aren't.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161010/324b60e1/attachment.html>


More information about the webkit-unassigned mailing list