Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: da4950c0406de582206727220de53993cf3c619d
https://github.com/WebKit/WebKit/commit/da4950c0406de582206727220de53993cf3c619d
Author: Philippe Normand <[email protected]>
Date: 2026-03-20 (Fri, 20 Mar 2026)
Changed paths:
M Source/WebCore/platform/ContentType.cpp
M Source/WebCore/platform/graphics/TrackBuffer.cpp
M
Source/WebCore/platform/graphics/gstreamer/mse/SourceBufferPrivateGStreamer.cpp
Log Message:
-----------
[Media] Misc logging related improvements
https://bugs.webkit.org/show_bug.cgi?id=310286
Reviewed by Jean-Yves Avenard.
ContentType::toJSONString() was setting a codecs attribute with "codecs" value.
The profiles
attribute was also hardcoded to "profiles". Also as TrackBuffer is usually
specific to MSE its logs
belong to the MediaSource log channel. Finally add a missing space in GStreamer
logs.
* Source/WebCore/platform/ContentType.cpp:
(WebCore::ContentType::toJSONString const):
* Source/WebCore/platform/graphics/TrackBuffer.cpp:
(WebCore::TrackBuffer::logChannel const):
*
Source/WebCore/platform/graphics/gstreamer/mse/SourceBufferPrivateGStreamer.cpp:
(WebCore::SourceBufferPrivateGStreamer::isReadyForMoreSamples):
Canonical link: https://commits.webkit.org/309607@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications