Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f0c7215cac12ec83891cadbf034e8645927087f0
      
https://github.com/WebKit/WebKit/commit/f0c7215cac12ec83891cadbf034e8645927087f0
  Author: Jer Noble <[email protected]>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M Source/WebCore/html/HTMLMediaElement.cpp
    M Source/WebCore/html/track/AudioTrack.cpp
    M Source/WebCore/html/track/AudioTrackConfiguration.cpp
    M Source/WebCore/html/track/AudioTrackConfiguration.h
    M Source/WebCore/html/track/VideoTrack.cpp
    M Source/WebCore/html/track/VideoTrackConfiguration.cpp
    M Source/WebCore/html/track/VideoTrackConfiguration.h

  Log Message:
  -----------
  Log when the VideoTrack or AudioTrack configurations change
rdar://170828690
https://bugs.webkit.org/show_bug.cgi?id=308327

Reviewed by Ryan Reno.

Notify clients when the track configuration changes; to do so
return a StateChanged enum from updateState().

* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::videoTrackConfigurationChanged):
* Source/WebCore/html/track/AudioTrack.cpp:
(WebCore::AudioTrack::configurationChanged):
(WebCore::AudioTrack::updateConfigurationFromPrivate):
* Source/WebCore/html/track/AudioTrackConfiguration.cpp:
(WebCore::AudioTrackConfiguration::updateState):
* Source/WebCore/html/track/AudioTrackConfiguration.h:
(WebCore::AudioTrackConfiguration::setState): Deleted.
* Source/WebCore/html/track/VideoTrack.cpp:
(WebCore::VideoTrack::configurationChanged):
(WebCore::VideoTrack::updateConfigurationFromPrivate):
* Source/WebCore/html/track/VideoTrackConfiguration.cpp:
(WebCore::VideoTrackConfiguration::updateState):
(WebCore::VideoTrackConfiguration::setState): Deleted.
* Source/WebCore/html/track/VideoTrackConfiguration.h:

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



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

Reply via email to