Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ab749ac26eef8020b2234e7c254db64362c2742f
https://github.com/WebKit/WebKit/commit/ab749ac26eef8020b2234e7c254db64362c2742f
Author: Philippe Normand <[email protected]>
Date: 2026-02-27 (Fri, 27 Feb 2026)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp
M Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
Log Message:
-----------
[GStreamer] Reduce usage of raw pointers in custom GstMessage handlers
https://bugs.webkit.org/show_bug.cgi?id=308762
Reviewed by Xabier Rodriguez-Calvar.
Also passing by, prevent duplicate calls to gst_bin_recalculate_latency() in
case it has been done
already in the base message handler.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::initializePipeline):
* Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:
(WebCore::AudioDestinationGStreamer::initializePipeline):
(WebCore::AudioDestinationGStreamer::handleMessage):
(WebCore::AudioDestinationGStreamer::startRendering):
(WebCore::AudioDestinationGStreamer::stopRendering):
* Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::createGSTPlayBin):
Canonical link: https://commits.webkit.org/308327@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications