Skip to content

Msdk: build msdk plugin against libvpl

Intel's oneVPL is a successor to MediaSDK, but removed some obsolete features of MediaSDK[1]. This patchset is to make sure user may build and run gst-msdk with libvpl

  • exclude the audio code for libmfx 2.0
  • needn't load user plugins for libmfx 2.0
  • allow user build this plugin against oneVPL 2.2+
  • use a new method to create mfx session when using oneVPL
  • use MFXJoinSession() to join the parent and child sessions

[1] https://spec.oneapi.com/versions/latest/elements/oneVPL/source/appendix/VPL_intel_media_sdk.html#msdk-full-name-feature-removals

Edited by Haihao Xiang

Merge request reports