Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bfd4410656a44ed520899a1628980fe7275d3d61
      
https://github.com/WebKit/WebKit/commit/bfd4410656a44ed520899a1628980fe7275d3d61
  Author: Patrick Griffis <[email protected]>
  Date:   2026-08-29 (Sat, 29 Aug 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderParser.cpp

  Log Message:
  -----------
  [GStreamer] Auto-plug parsers before decoders in the Thunder parser
https://bugs.webkit.org/show_bug.cgi?id=322655

Reviewed by Philippe Normand.

The Thunder parser's inner parsebin sorted its autoplug candidates by
rank alone so a decoder (dav1ddec) could outrank a parser (av1parse).
In this case it was causing a "better" decoder (vaav1dec) to be skipped
and fall back to software decoding.

Sort parsers before decoders, matching gst-plugins-base's own parsebin.

* Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderParser.cpp:
(compareParserAndDecoderFactories):
(webkitMediaThunderParserConstructed):

Canonical link: https://commits.webkit.org/320107@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to