Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b87a52fd5788fcd275446bb61c2ca49b8f85430a https://github.com/WebKit/WebKit/commit/b87a52fd5788fcd275446bb61c2ca49b8f85430a Author: Philippe Normand <ph...@igalia.com> Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths: M LayoutTests/platform/glib/TestExpectations A LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-source/mediasource-remove-expected.txt M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp M Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp M Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.h Log Message: ----------- [GStreamer] Audio is distorted in Kaltura videos https://bugs.webkit.org/show_bug.cgi?id=297116 Reviewed by Xabier Rodriguez-Calvar. Re-allow decodebin(3) to autoplug avdec_aac decoders after making sure the MSE AAC parser emits frames with ADTS headers. Raw AAC doesn't seem very well supported in avdec_aac, leading to garbled audio rendering. The fdkaacdec decoder handles raw AAC better, but depends on FDK-AAC which might not be shipped by every distro, or requires explicit installation from non-free repositories. Canonical link: https://commits.webkit.org/299318@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