[Webkit-unassigned] [Bug 105076] Documentation issue for gobject bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 05:19:52 PST 2012


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





--- Comment #5 from Thiago Santos <thiago.sousa.santos at collabora.com>  2012-12-18 05:22:08 PST ---
I had a scenario where the HTML Elements were kept in memory while the user was browsing pages (clicking links). I guess the same frame was being reused?

The issue was that there were HTMLVideoElements being hold in the cache, and these elements were creating gstreamer pipelines that were holding on to system resources. If those elements aren't destroyed, new pipelines wouldn't be able to access these resources and the pages would fail to load properly.

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