[webkit-changes] [WebKit/WebKit] b409db: REGRESSION(288642 at main): [GStreamer][Debug] Trigge...
Philippe Normand
noreply at github.com
Tue Jan 14 10:20:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b409dbbfe5a2996ca45e441e0fc59b37e9ed600e
https://github.com/WebKit/WebKit/commit/b409dbbfe5a2996ca45e441e0fc59b37e9ed600e
Author: Philippe Normand <philn at igalia.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/GStreamerWebRTCLogSink.cpp
Log Message:
-----------
REGRESSION(288642 at main): [GStreamer][Debug] Triggers ASSERT when running http/tests/inspector/gatherWebInspectorRTCLogs.html
https://bugs.webkit.org/show_bug.cgi?id=285814
Reviewed by Xabier Rodriguez-Calvar.
The gst_debug_message_get() function returns nullptr when it fails to apply the format specifiers to
the debug message, so this needs to be accounted for and we now return early when this happens.
* Source/WebCore/platform/mediastream/gstreamer/GStreamerWebRTCLogSink.cpp:
(WebCore::GStreamerWebRTCLogSink::start):
Canonical link: https://commits.webkit.org/288860@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list