[Webkit-unassigned] [Bug 119477] [GStreamer] Store preloaded media in webkit's cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 11:59:38 PST 2017


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

--- Comment #17 from Enrique Ocaña <eocanha at igalia.com> ---
Today I tried to solve this by setting the temp-remove[1] property of GstDownloadBuffer to true, only to find that it's already true by default and that the "delete on READY" statement in the documentation doesnt refer to the NULL -> READY -> PAUSED -> PLAYING transition (ie: delete after creation), but to the PLAYING -> PAUSED -> READY -> NULL one (ie: delete on destruction, the current behaviour).

I guess I'll have to try a different approach and delete the file by myself.


[1] https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-downloadbuffer.html#GstDownloadBuffer--temp-remove

-- 
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/20170131/76b13765/attachment.html>


More information about the webkit-unassigned mailing list