Skip to content

MSDK: make MSDK share the va display and import VA memory for encoder.

He Junyan requested to merge He_Junyan/gstreamer:gst-plugins-bad-MSDK_va into main

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-bad/-/merge_requests/2230

The VA acceleration now has more usages in linux-like platforms, such as the MSDK. The different plugins based on the VA acceleration need to share some common logic and types. We now move the display related functions and types into a common va lib.

Merge request reports