Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0a88e2f08738d14fdd17dce56d74c06ffd35eaa6
      
https://github.com/WebKit/WebKit/commit/0a88e2f08738d14fdd17dce56d74c06ffd35eaa6
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2024-11-25 (Mon, 25 Nov 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/cocoa/VideoMediaSampleRenderer.mm

  Log Message:
  -----------
  requestVideoFrameCallback may not call its callback if used immediately after 
a seek.
https://bugs.webkit.org/show_bug.cgi?id=283662
rdar://140523522

Reviewed by Youenn Fablet and Eric Carlson.

If we had a decoding in flight while flushing, after dropping the frame, make 
sure to decode the next sample; otherwise we could stall
waiting for more data from the player that will never come as it's not been 
notified it needed more data.

Covered by existing tests.

* Source/WebCore/platform/graphics/cocoa/VideoMediaSampleRenderer.mm:
(WebCore::VideoMediaSampleRenderer::decodeNextSample):

Canonical link: https://commits.webkit.org/287071@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to