Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f025f714c6f0ab1693aa85530c5e0e01ae695e7a
https://github.com/WebKit/WebKit/commit/f025f714c6f0ab1693aa85530c5e0e01ae695e7a
Author: Philippe Normand <[email protected]>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M Source/WebCore/platform/audio/gstreamer/AudioDecoderGStreamer.cpp
M Source/WebCore/platform/audio/gstreamer/AudioEncoderGStreamer.cpp
M Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp
M Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp
M Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp
Log Message:
-----------
[GStreamer][WebCodecs] Harness dumping for easier debugging
https://bugs.webkit.org/show_bug.cgi?id=262177
Reviewed by Xabier Rodriguez-Calvar.
Dump the harness graph to disk when the first encoded or decoded payload has
been notified. This can
be useful for debugging purposes. Also driving-by in the Harness, add space
characters at link
boundaries to prevent ambiguous links, especially for pads or element names
starting with 'o'.
* Source/WebCore/platform/audio/gstreamer/AudioDecoderGStreamer.cpp:
(WebCore::GStreamerInternalAudioDecoder::GStreamerInternalAudioDecoder):
* Source/WebCore/platform/audio/gstreamer/AudioEncoderGStreamer.cpp:
(WebCore::GStreamerInternalAudioEncoder::GStreamerInternalAudioEncoder):
* Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp:
(WebCore::GStreamerInternalVideoDecoder::GStreamerInternalVideoDecoder):
* Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp:
(WebCore::GStreamerInternalVideoEncoder::GStreamerInternalVideoEncoder):
* Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp:
(WebCore::MermaidBuilder::process):
(WebCore::MermaidBuilder::dumpElement):
Canonical link: https://commits.webkit.org/268583@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes