Building nvcodec from source

Hello,

I’m looking for a way to configure a build (1.26.6) with meson.

Previously (1.24.x) I used the following command line:

meson setup --buildtype=release -Dauto_features=disabled -Dgstreamer:tools=disabled -Dbase=enabled -Dgst-plugins-base:gl=enabled -Dgst-plugins-base:gl_api=opengl -Dgst-plugins-base:gl_winsys=win32 -Dbad=enabled -Dgst-plugins-bad:gl=enabled -Dgst-plugins-bad:d3d11=enabled -Dgst-plugins-bad:nvcodec=enabled {path_to_GStreamer_sources}

The configuration is successful, but I also get webrtcdsp in the list of plugins:

gst-plugins-bad 1.26.6

Plugins               : d3d11, nvcodec, webrtcdsp (A)GPL license allowed: false

This wouldn’t be a big problem, but when I try to build this configuration, I get errors.

So I’ve tried disabling WebRTC in different ways:

-Dwebrtc=disabled
-Dgst-plugins-bad:webrtc=disabled
-Dgst-plugins-bad:webrtcdsp=disabled

But without success. Previously, I didn’t have to do anything for this.

What have I missed? I’d be very grateful for any help.