Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ab703e2cf8828efa29817f38e2de68608566f0f
      
https://github.com/WebKit/WebKit/commit/4ab703e2cf8828efa29817f38e2de68608566f0f
  Author: Philippe Normand <[email protected]>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M Source/WebCore/platform/SourcesGStreamer.txt
    M Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
    A Source/WebCore/platform/gstreamer/GStreamerQuirkQualcomm.cpp
    A Source/WebCore/platform/gstreamer/GStreamerQuirkQualcomm.h
    M Source/WebCore/platform/gstreamer/GStreamerQuirks.cpp
    M Source/WebCore/platform/gstreamer/GStreamerQuirks.h

  Log Message:
  -----------
  [GStreamer] Add a quirk for platforms shipping the Qualcomm video decoder
https://bugs.webkit.org/show_bug.cgi?id=306099

Reviewed by Xabier Rodriguez-Calvar.

This new quirk enables support for the qticv2dec Qualcomm video decoder which 
uses a non-standard
caps format. Rendering support for the TextureMapper will be added as a 
follow-up.

* Source/WebCore/platform/SourcesGStreamer.txt:
* Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.cpp:
(webKitGLVideoSinkConstructed):
* Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h:
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::configureVideoDecoder):
* Source/WebCore/platform/gstreamer/GStreamerQuirkQualcomm.cpp: Added.
(WebCore::GStreamerQuirkQualcomm::GStreamerQuirkQualcomm):
(WebCore::GStreamerQuirkQualcomm::isPlatformSupported const):
* Source/WebCore/platform/gstreamer/GStreamerQuirkQualcomm.h: Added.
* Source/WebCore/platform/gstreamer/GStreamerQuirks.cpp:
(WebCore::GStreamerQuirksManager::GStreamerQuirksManager):
(WebCore::GStreamerQuirksManager::videoSinkGLCapsFormat const):
* Source/WebCore/platform/gstreamer/GStreamerQuirks.h:
(WebCore::GStreamerQuirk::videoSinkGLCapsFormat const):

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



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

Reply via email to