Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 135d895ded315f6a8bf581e6cbb07dc70c573aba
      
https://github.com/WebKit/WebKit/commit/135d895ded315f6a8bf581e6cbb07dc70c573aba
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2025-10-07 (Tue, 07 Oct 2025)

  Changed paths:
    M 
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h
    M 
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm

  Log Message:
  -----------
  AVStreamDataParser incorrectly given to 
AVContentKeySession.removeContentKeyRecipient
https://bugs.webkit.org/show_bug.cgi?id=300306
rdar://162100592

Reviewed by Jer Noble.

We incorrectly called removeContentKeyRecipient with the AVStreamDataParser
when it was never added in the first place (and doesn't need to be added).

No change in observable behaviours.

* 
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h:
 Make member const.
* 
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
(WebCore::SourceBufferPrivateAVFObjC::~SourceBufferPrivateAVFObjC):
(WebCore::SourceBufferPrivateAVFObjC::removedFromMediaSource):
(WebCore::SourceBufferPrivateAVFObjC::destroyStreamDataParser): Deleted.

Canonical link: https://commits.webkit.org/301169@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