[test] Fix filter_reload_test
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Tue, 29 Aug 2023 08:47:48 +0000 (17:47 +0900)
committerwooksong <wook16.song@samsung.com>
Fri, 1 Sep 2023 00:54:30 +0000 (09:54 +0900)
commitb4a2a8009eb5909d6e077a2c3ee1d9ebf60b0f27
treee6a6741a15b141a84756725cbb43390b13f9bec8
parent5baf217ec1c3e3a1c264c8700c914cbcaf8dd036
[test] Fix filter_reload_test

- The mutex used in the filter is effected by invoke and reload both.
- Set GST_STATE_PAUSED before reloading models, to guarantee that mutex
  is unlocked

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
tests/meson.build
tests/nnstreamer_filter_reload/meson.build
tests/nnstreamer_filter_reload/tensor_filter_reload_test.c