Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 292c0717fc0d5653201819bc42c6516824fe35b1
https://github.com/WebKit/WebKit/commit/292c0717fc0d5653201819bc42c6516824fe35b1
Author: Philippe Normand <[email protected]>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h
M Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.cpp
M Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.h
M Source/WebCore/platform/mediastream/gstreamer/GStreamerCapturer.cpp
M Source/WebCore/platform/mediastream/gstreamer/GStreamerCapturer.h
Log Message:
-----------
[GStreamer] Add a C++ wrapper for pad probes handling
https://bugs.webkit.org/show_bug.cgi?id=311945
Reviewed by Xabier Rodriguez-Calvar.
By using this new PadProbeHandle class in more places we will reduce duplicated
code in
GStreamer-related files. For now we use it only in the TrackPrivateBase class
and in the Capturer
base class.
* Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h:
(WebCore::PadProbeHandle::create):
(WebCore::PadProbeHandle::~PadProbeHandle):
(WebCore::PadProbeHandle::PadProbeHandle):
* Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.cpp:
(WebCore::TrackDataHolder::setPad):
(WebCore::TrackDataHolder::disconnect):
* Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.h:
* Source/WebCore/platform/mediastream/gstreamer/GStreamerCapturer.cpp:
(WebCore::GStreamerCapturer::tearDown):
* Source/WebCore/platform/mediastream/gstreamer/GStreamerCapturer.h:
Canonical link: https://commits.webkit.org/314530@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications