Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 873a22dd5ed385efcb7c477069a2f8b7456f6c00 https://github.com/WebKit/WebKit/commit/873a22dd5ed385efcb7c477069a2f8b7456f6c00 Author: Philippe Normand <ph...@igalia.com> Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths: M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h Log Message: ----------- [GStreamer] Add volume locking support https://bugs.webkit.org/show_bug.cgi?id=290617 Reviewed by Xabier Rodriguez-Calvar. Implement the setVolumeLocked() method in the GStreamer media player. Also driving-by, override the setVolumeDouble() instead of setVolume() in order to avoid a cast. See also https://html.spec.whatwg.org/multipage/media.html#volume-locked * Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: (WebCore::MediaPlayerPrivateGStreamer::setVolumeLocked): (WebCore::MediaPlayerPrivateGStreamer::setVolumeDouble): (WebCore::MediaPlayerPrivateGStreamer::setVolume): Deleted. * Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h: Canonical link: https://commits.webkit.org/292926@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes