mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
tests: add a few more orc tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3029>
This commit is contained in:
parent
412362281f
commit
2ac5d687e1
2 changed files with 4 additions and 8 deletions
|
@ -232,6 +232,9 @@ endforeach
|
|||
# orc tests
|
||||
orc_tests = [
|
||||
['orc_bayer', files('../../gst/bayer/gstbayerorc.orc')],
|
||||
['orc_fieldanalysis', files('../../gst/fieldanalysis/gstfieldanalysisorc.orc')],
|
||||
['orc_gaudieffects', files('../../gst/gaudieffects/gstgaudieffectsorc.orc')],
|
||||
['orc_scenechange', files('../../gst/videofilters/gstscenechangeorc.orc')],
|
||||
]
|
||||
|
||||
orc_test_dep = dependency('', required : false)
|
||||
|
|
|
@ -156,14 +156,6 @@ if host_machine.system() != 'windows'
|
|||
]
|
||||
endif
|
||||
|
||||
foo='''
|
||||
if HAVE_ORC
|
||||
check_orc = orc/deinterlace orc/videomixer orc/videobox
|
||||
else
|
||||
check_orc =
|
||||
endif
|
||||
'''
|
||||
|
||||
test_defines = [
|
||||
'-UG_DISABLE_ASSERT',
|
||||
'-UG_DISABLE_CAST_CHECKS',
|
||||
|
@ -235,6 +227,7 @@ endforeach
|
|||
|
||||
# orc tests
|
||||
orc_tests = [
|
||||
['orc_audiopanorama', files('../../gst/audiofx/audiopanoramaorc.orc')],
|
||||
['orc_deinterlace', files('../../gst/deinterlace/tvtime.orc')],
|
||||
['orc_videomixer', files('../../gst/videomixer/videomixerorc.orc')],
|
||||
['orc_videobox', files('../../gst/videobox/gstvideoboxorc.orc')],
|
||||
|
|
Loading…
Reference in a new issue