From 60a7366d271b5e6a785eedbcfcab7f15c85e0dda Mon Sep 17 00:00:00 2001 From: Christian Wick Date: Thu, 10 Nov 2022 08:00:32 +0000 Subject: [PATCH] gst-rtsp-server: compile example for onvif backchannel testing Part-of: --- subprojects/gst-rtsp-server/examples/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-rtsp-server/examples/meson.build b/subprojects/gst-rtsp-server/examples/meson.build index 21b907c218..00a08ae602 100644 --- a/subprojects/gst-rtsp-server/examples/meson.build +++ b/subprojects/gst-rtsp-server/examples/meson.build @@ -10,6 +10,7 @@ examples = [ 'test-netclock', 'test-netclock-client', 'test-ogg', + 'test-onvif-backchannel', 'test-onvif-client', 'test-onvif-server', 'test-readme',