Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7ee2d908b212f0e197edd91139aaad0f25133650
https://github.com/WebKit/WebKit/commit/7ee2d908b212f0e197edd91139aaad0f25133650
Author: Philippe Normand <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/ImageDecoderGStreamer.cpp
Log Message:
-----------
[GStreamer] Fix a debug logging call in the ImageDecoder
https://bugs.webkit.org/show_bug.cgi?id=319579
Reviewed by Xabier Rodriguez-Calvar.
In situations where the muxed data has an audio track and video track the
decoder harness might be
created after the demuxer audio pad was exposed, so we can't expect
m_decoderHarness to be valid
when logging the "Ignoring non-video track" message.
* Source/WebCore/platform/graphics/gstreamer/ImageDecoderGStreamer.cpp:
(WebCore::ImageDecoderGStreamer::ImageDecoderGStreamer):
Canonical link: https://commits.webkit.org/317460@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications