mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
tests: Skip test if srtp element not built
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2383>
This commit is contained in:
parent
53bb864244
commit
efdd63d875
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ base_tests = [
|
|||
[['elements/rtponviftimestamp.c']],
|
||||
[['elements/rtpsrc.c']],
|
||||
[['elements/rtpsink.c']],
|
||||
[['elements/srtp.c']],
|
||||
[['elements/srtp.c'], not srtp_dep.found(), [srtp_dep]],
|
||||
[['elements/switchbin.c']],
|
||||
[['elements/videoframe-audiolevel.c']],
|
||||
[['elements/viewfinderbin.c']],
|
||||
|
|
Loading…
Reference in a new issue