[Webkit-unassigned] [Bug 274382] [MSE] MediaPlayerPrivateMediaSourceAVFObjC not notifying MediaPlayer of playback state change
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 20 02:31:14 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274382
--- Comment #1 from Philippe Normand <philn at igalia.com> ---
Actual test result:
RUN(video.src = URL.createObjectURL(source))
EVENT(sourceopen)
RUN(sourceBuffer = source.addSourceBuffer(loader.type()))
RUN(sourceBuffer.appendBuffer(loader.initSegment()))
EVENT(update)
Append all media segments
EXPECTED (internals.elementIsBlockingDisplaySleep(video) == 'false') OK
RUN(video.play())
EVENT(playing)
EVENT(timeupdate)
EXPECTED (internals.elementIsBlockingDisplaySleep(video) == 'true') OK
RUN(video.pause())
EVENT(pause)
EXPECTED (internals.elementIsBlockingDisplaySleep(video) == 'false'), OBSERVED 'true' FAIL
END OF TEST
--
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/20240520/01ef2feb/attachment.htm>
More information about the webkit-unassigned
mailing list