[Example] Relocate custom filters for unittest_sink to nnstreamer_example
authorWook Song <wook16.song@samsung.com>
Tue, 6 Oct 2020 04:55:53 +0000 (13:55 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 13 Oct 2020 09:31:09 +0000 (18:31 +0900)
commitd87aa06f5e5f3d1d2cc7cbfe3442ebde1e13525b
treec7ec0e8db67a1f1e94ec1e8e1f708d500dcff561
parentbfa6c7433da2466dbc87a0b403f4422f7c2eb4a5
[Example] Relocate custom filters for unittest_sink to nnstreamer_example

In order to simplify the path of custom filters used in the test cases,
this patch relocates the custom filters, nncustom_drop_buffer and
nncustom_framecounter, for unittest_sink to the nnstreamer_example
directory.

Signed-off-by: Wook Song <wook16.song@samsung.com>
nnstreamer_example/custom_example_drop_buffer/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_drop_buffer/nnscustom_drop_buffer.c [moved from tests/nnstreamer_sink/nnscustom_drop_buffer.c with 100% similarity]
nnstreamer_example/custom_example_framecounter/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_framecounter/nnscustom_framecounter.c [moved from tests/nnstreamer_sink/nnscustom_framecounter.c with 100% similarity]
nnstreamer_example/meson.build
tests/meson.build
tests/nnstreamer_sink/unittest_sink.cc