From 3fe9e4a207f8da5d5f3996160a09a12ed19a2a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 12 Oct 2022 21:14:45 +0300 Subject: ndi: Implement dynamic loading of the NDI SDK And build the plugin on the CI and via meson. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3d8ac24fb..c9d10bf5f 100644 --- a/meson.build +++ b/meson.build @@ -69,6 +69,7 @@ plugins = { 'gst-plugin-tracers': 'libgstrstracers', 'gst-plugin-webrtchttp': 'libgstwebrtchttp', 'gst-plugin-rtpav1': 'libgstrtpav1', + 'gst-plugin-ndi': 'libgstndi', } extra_env = {} -- cgit v1.2.3