[Webkit-unassigned] [Bug 226481] New: [MSE] When mediaSample of the same pts and dts are received consecutively, the mediaSample received later are discarded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 22:15:57 PDT 2021


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

            Bug ID: 226481
           Summary: [MSE] When mediaSample of the same pts and dts are
                    received consecutively, the mediaSample received later
                    are discarded.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: toshio.ogasawara at access-company.com

When mediaSample of the same pts and dts are received consecutively, SourceBufferPrivate::didReceiveSample() discards the mediaSample received later.
Remove the mediaSample received earlier in order to give priority to the mediaSample received later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210601/b7aeb84b/attachment.htm>


More information about the webkit-unassigned mailing list