AM5728: TI VPE and ducati plugins for GStreamer v1.20+ failing the build

Part Number: AM5728

Tool/software:

During the migration from Processor SDK Linux 06.03.00.106 (Thud) to 09.03.06.05 (Kirkstone) or higher, I encounter an issue that the TI VPE and ducati plugins for GStreamer are causing the build to fail. 

I noticed that the git repositories for both plugins are not well-maintained. Are these plugins replaced with something else/is there a migration path for these plugins?

In an included package group recipe, these are added:

GSTREAMER_ACCEL_MM:omap-a15 = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', "gstreamer1.0-plugins-ducati", '', d)}"
GSTREAMER_ACCEL_MM:append:dra7xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', " gstreamer1.0-plugins-vpe", '', d)}"

But this results in a build error:

| In file included from gstvpebufferpool.c:34:
| gstvpe.h:33:10: fatal error: gst/drm/gstdrmallocator.h: No such file or directory
|    33 | #include <gst/drm/gstdrmallocator.h>