Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e240526ac582e5f58ab171e07343eb76aeaf55ba
      
https://github.com/WebKit/WebKit/commit/e240526ac582e5f58ab171e07343eb76aeaf55ba
  Author: Andy Estes <[email protected]>
  Date:   2026-07-06 (Mon, 06 Jul 2026)

  Changed paths:
    M Source/WebKit/Platform/ios/PlaybackSessionInterfaceAVKit.mm
    M Source/WebKit/Platform/ios/WKAVContentSource.h
    M Source/WebKit/Platform/ios/WKAVContentSource.mm

  Log Message:
  -----------
  [iOS] WKAVContentSource should conform to 
AVPlaybackUserInterfaceVideoControllable
https://bugs.webkit.org/show_bug.cgi?id=318727
rdar://181531817

Reviewed by Jer Noble.

Migrated WKAVContentSource conformance from 
AVInterfaceVideoPlaybackControllable to
AVPlaybackUserInterfaceVideoControllable, as the former is deprecated.

* Source/WebKit/Platform/ios/PlaybackSessionInterfaceAVKit.mm:
(WebKit::PlaybackSessionInterfaceAVKit::durationChanged):
(WebKit::PlaybackSessionInterfaceAVKit::currentTimeChanged):
(WebKit::mediaSelectionOptionSource):
* Source/WebKit/Platform/ios/WKAVContentSource.h:
* Source/WebKit/Platform/ios/WKAVContentSource.mm:
(emptyTimelineSegment):
(playbackPosition):
(-[WKAVContentSource initWithModel:]):
(-[WKAVContentSource setSupportedSeekCapabilities:]):
(-[WKAVContentSource setAudioOptions:]):
(-[WKAVContentSource setLegibleOptions:]):
(-[WKAVContentSource setMetadata:]):
(-[WKAVContentSource setPlaybackPositionInternal:hostTime:]):
(-[WKAVContentSource playbackPosition]):
(-[WKAVContentSource seekToPosition:tolerance:]):
(-[WKAVContentSource segments]):
(-[WKAVContentSource currentSegment]):
(-[WKAVContentSource state]):
(-[WKAVContentSource setState:]):
(-[WKAVContentSource supportedSeekCapabilities]):
(-[WKAVContentSource error]):
(-[WKAVContentSource currentAudioOption]):
(-[WKAVContentSource setCurrentAudioOption:]):
(-[WKAVContentSource currentAudioDescriptionOption]):
(-[WKAVContentSource setCurrentAudioDescriptionOption:]):
(-[WKAVContentSource currentLegibleOption]):
(-[WKAVContentSource setCurrentLegibleOption:]):
(-[WKAVContentSource audioOptions]):
(-[WKAVContentSource audioDescriptionOptions]):
(-[WKAVContentSource legibleOptions]):
(-[WKAVContentSource metadata]):
(createPlatformMetadata):
(-[WKAVContentSource setCurrentPlaybackPositionInternal:]): Deleted.
(-[WKAVContentSource currentValue]): Deleted.
(-[WKAVContentSource setCurrentValue:]): Deleted.
(-[WKAVContentSource currentPlaybackPosition]): Deleted.
(-[WKAVContentSource setCurrentPlaybackPosition:]): Deleted.
(-[WKAVContentSource playbackError]): Deleted.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to