[webkit-changes] [WebKit/WebKit] 9ac2e1: [GStreamer][Debug] Crash in GStreamerElementHarnes...
Philippe Normand
noreply at github.com
Mon Apr 24 03:27:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9ac2e1d9cb30dc4e9335a69dc7d6093373012d63
https://github.com/WebKit/WebKit/commit/9ac2e1d9cb30dc4e9335a69dc7d6093373012d63
Author: Philippe Normand <philn at igalia.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp
Log Message:
-----------
[GStreamer][Debug] Crash in GStreamerElementHarness graph dump
https://bugs.webkit.org/show_bug.cgi?id=255825
Reviewed by Xabier Rodriguez-Calvar.
* Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp:
(WebCore::MermaidBuilder::describeCaps): The ASCIILiteral ""_s operator expects ascii characters and
emits an ASSERT about this in Debug builds, so use a const char* instead.
Canonical link: https://commits.webkit.org/263304@main
More information about the webkit-changes
mailing list