[Webkit-unassigned] [Bug 127376] GStreamer not buffering loading on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 3 09:17:47 PST 2014


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





--- Comment #7 from Alex Christensen <alex.christensen at flexsim.com>  2014-03-03 09:14:49 PST ---
Commenting out all calls to gst_element_register in initializeGStreamerAndRegisterWebKitElements makes it buffer correctly and wait when it reaches the end of the downloaded buffer, but it always says it has 100% loaded because gst_query_parse_buffering_range in fillTimerFired always sets start and stop to -1.  Using a gst_query_new_duration gives the correct duration, so I think it might be a problem with gst_query_new_buffering on Windows.  Using m_bufferingPercentage instead of fillStatus works close to how it should, though, but there are some quirks.  I don't think that's a good solution.

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