tests: Skip test if srtp element not built

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2383>
This commit is contained in:
Mengkejiergeli Ba 2022-05-06 10:50:59 +08:00 committed by GStreamer Marge Bot
parent 53bb864244
commit efdd63d875

View file

@ -64,7 +64,7 @@ base_tests = [
[['elements/rtponviftimestamp.c']], [['elements/rtponviftimestamp.c']],
[['elements/rtpsrc.c']], [['elements/rtpsrc.c']],
[['elements/rtpsink.c']], [['elements/rtpsink.c']],
[['elements/srtp.c']], [['elements/srtp.c'], not srtp_dep.found(), [srtp_dep]],
[['elements/switchbin.c']], [['elements/switchbin.c']],
[['elements/videoframe-audiolevel.c']], [['elements/videoframe-audiolevel.c']],
[['elements/viewfinderbin.c']], [['elements/viewfinderbin.c']],