[Webkit-unassigned] [Bug 166525] New: [GStreamer] FillTimer/buffering logic is not correct
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 28 01:01:19 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=166525
Bug ID: 166525
Summary: [GStreamer] FillTimer/buffering logic is not correct
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ivlev.igor at gmail.com
https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp#L1229
m_maxTimeLoaded is evaluated by comparing fillStatus value to *total track duration*, which does not make sense:
fillStatus corresponds to bufferization level which is evaluated [in queue element] by
(buffered level)/(max buffer size), but total track duration is not related to these values.
(buffered level) and (max buffer size) are internal values of the queue element.
--
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/20161228/71cbbed4/attachment.html>
More information about the webkit-unassigned
mailing list