[Webkit-unassigned] [Bug 255912] [GTK] [GStreamer] DMABUF sink not available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 05:55:29 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255912

Philippe Normand <philn at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philn at igalia.com

--- Comment #3 from Philippe Normand <philn at igalia.com> ---
Your runtime doesn't ship GStreamer 1.22 I guess. You can check by loading webkit://gpu

The sink is disabled for older versions. I might work for older versions, or it might not. It's untested.


bool webKitDMABufVideoSinkProbePlatform()
{
    return webkitGstCheckVersion(1, 22, 0) && isGStreamerPluginAvailable("app");
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230425/8e206c92/attachment.htm>


More information about the webkit-unassigned mailing list