[Webkit-unassigned] [Bug 115352] Make sure gstreamer source element is thread-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 29 08:28:40 PDT 2013


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





--- Comment #5 from Andre Moreira Magalhaes <andrunko at gmail.com>  2013-04-29 08:27:01 PST ---
(In reply to comment #3)
> I suppose this is related with some adaptive streaming scenario?
> 
> We plan soon to switch the http source element to webkit+http scheme btw, bug 108088

Yes, the threading issues were found when testing DASH and MSS support for gstreamer which uses gst-plugins-bad GstUriDownloader which in turn uses the webkit source element when creating http:// elements with gst_element_make_from_uri. GstUriDownloader uses its own threads to download data which leads to some races when using the webkit gst source element.

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