Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5e8d83123c2e39dc8dbccd9f8b7654a47acd2e41
      
https://github.com/WebKit/WebKit/commit/5e8d83123c2e39dc8dbccd9f8b7654a47acd2e41
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformEnableCocoa.h
    M Source/WebCore/platform/VideoEncoder.cpp
    M Source/WebCore/platform/VideoEncoder.h
    M Source/WebCore/platform/VideoEncoderActiveConfiguration.h
    M Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp
    M Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.h

  Log Message:
  -----------
  VideoEncoder class shouldn't be dependent on having ENABLE_WEB_CODECS set
https://bugs.webkit.org/show_bug.cgi?id=281966
rdar://138472659

Reviewed by Youenn Fablet.

Similar to what we did with VideoDecoder in 272760@main, allow for the use of 
VideoEncoder
even if ENABLE_WEB_CODECS isn't set so that it can be used by the future 
MediaRecorderPrivateEncoder class.

* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WebCore/platform/VideoEncoder.cpp:
* Source/WebCore/platform/VideoEncoder.h:
* Source/WebCore/platform/VideoEncoderActiveConfiguration.h:
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp:
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.h:

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