diff options
author | Allan Sandfeld Jensen <allan.jensen@digia.com> | 2014-03-20 15:57:31 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-27 17:04:35 +0100 |
commit | 9b75f92b9a3ab3216da79f390b49919266ca258f (patch) | |
tree | 86c489ea24969d7cbccd39abcd46d9977078985a /Source/JavaScriptCore/API/JSContextRef.cpp | |
parent | 160e07ca411315f2c46cfecdabcce40fddb53976 (diff) | |
download | qtwebkit-9b75f92b9a3ab3216da79f390b49919266ca258f.tar.gz |
Fix loading nested mpegurls using GStreamer
If gstreamer tries to load an http source, we currently lose the context
of where it is loaded from, which causes the load to fail.
This patch caches a loading context when one is set on the outer most
appsrc, and uses that for gstreamer requests until the outer most source
is unloaded.
This can have consequences if multiple webviews are open at the same
time with different QNetworkAccessManagers, but this is considered
unusual, and wouldn't work with the QtMultimedia either.
Task-number: QTBUG-37636
Change-Id: I9d3b4d10705254629bc5fce7d76765077585caa2
Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/API/JSContextRef.cpp')
0 files changed, 0 insertions, 0 deletions