diff --git a/subprojects/gst-plugins-bad/tests/check/meson.build b/subprojects/gst-plugins-bad/tests/check/meson.build index 2e78d3ebcc..b817b4506a 100644 --- a/subprojects/gst-plugins-bad/tests/check/meson.build +++ b/subprojects/gst-plugins-bad/tests/check/meson.build @@ -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) diff --git a/subprojects/gst-plugins-good/tests/check/meson.build b/subprojects/gst-plugins-good/tests/check/meson.build index 2c42052b51..8a8c9d8e94 100644 --- a/subprojects/gst-plugins-good/tests/check/meson.build +++ b/subprojects/gst-plugins-good/tests/check/meson.build @@ -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')],