Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6ecba7116c9cfcf25c619e105f419891184089af https://github.com/WebKit/WebKit/commit/6ecba7116c9cfcf25c619e105f419891184089af Author: Vivienne Watermeier <vwaterme...@igalia.com> Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths: M Source/WebCore/platform/graphics/gstreamer/mse/MediaSourcePrivateGStreamer.h Log Message: ----------- [GTK] ASSERTION FAILED: !isHashTraitsEmptyValue<KeyTraits>(key) https://bugs.webkit.org/show_bug.cgi?id=283352 Reviewed by Philippe Normand. By default, HashSet disallows 0 as key, see: https://github.com/WebKit/WebKit/blob/3261dcc32730cb8765e216fa45401618366a5fd2/Source/WTF/wtf/HashTraits.h#L107 Instead, use WTF::UnsignedWithZeroKeyHashTraits. * Source/WebCore/platform/graphics/gstreamer/mse/MediaSourcePrivateGStreamer.h: Canonical link: https://commits.webkit.org/286794@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes