Skip to content

gst: Force using newer GStreamer libva plugins

Bastien Nocera requested to merge wip/hadess/bump-va into master

Use the new "va" GStreamer plugin from -bad instead of the older gstreamer-vaapi plugin.

This fixes a deadlock on wayland with gstreamer-vaapi: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2720 Re-adds DMABuf support removed to work-around scrambled video on Intel: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2459

Merge request reports