[Webkit-unassigned] [Bug 144040] New: [GStreamer] Adaptive streaming issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 03:34:37 PDT 2015


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

            Bug ID: 144040
           Summary: [GStreamer] Adaptive streaming issues
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

In the case of HLS playback the source element used for fragments downloading does a (sometimes too) quick state transition: PAUSED->READY->PAUSED. However our httpsrc element starts a GMainLoop in its PAUSED->READY transition without waiting its completion. So sometimes webKitWebSrcStop() will be called too late, during the READY->PAUSED transition and playback will stall.

-- 
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/20150422/07e02b7d/attachment.html>


More information about the webkit-unassigned mailing list