From bbb07a7911ec595cc08d0963ce1c43537c830a78 Mon Sep 17 00:00:00 2001 From: Jaeyun Date: Tue, 4 May 2021 13:38:43 +0900 Subject: [PATCH] [Test] filters with other/tensor tensor-filter queries peer caps to check the mimetype. nnstreamer should handle multi filters connection without an error. Signed-off-by: Jaeyun --- tests/nnstreamer_sink/unittest_sink.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/nnstreamer_sink/unittest_sink.cc b/tests/nnstreamer_sink/unittest_sink.cc index 8e235a9..b11fda4 100644 --- a/tests/nnstreamer_sink/unittest_sink.cc +++ b/tests/nnstreamer_sink/unittest_sink.cc @@ -1001,6 +1001,8 @@ _setup_pipeline (TestOption &option) str_pipeline = g_strdup_printf ("appsrc name=appsrc caps=application/octet-stream ! " "tensor_converter input-dim=1:10 input-type=uint8 ! " "tensor_filter framework=custom-easy model=safe_memcpy_10x10 ! " + "tensor_filter framework=custom-easy model=safe_memcpy_10x10 ! " + "tensor_filter framework=custom-easy model=safe_memcpy_10x10 ! " "tensor_sink name=test_sink"); break; default: -- 2.7.4