[IIO] register iio source and add test cases
authorParichay Kapoor <pk.kapoor@samsung.com>
Mon, 25 Mar 2019 06:50:49 +0000 (15:50 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 27 Mar 2019 04:11:22 +0000 (13:11 +0900)
commitc6f3077fce086843befd0daefdbb79e7785bbc1b
tree28e7c6a6ce9538673d0ebd41eb00ade05e12ec5c
parent795c0176a739d7300b2ecb94c36fd932069d6b3c
[IIO] register iio source and add test cases

1. Register plugin as a nnstreamer plugin and initialize it
2. Add test case for setting/getting properties of tensor src iio
3. Bug fixes for the bugs found with the tests
Removed srcpad from properties as it is not needed

V2:
- include tensor source in nnstreamer for android build

V3:
- removed srcpad from properties as it is not needed

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
gst/nnstreamer/nnstreamer.c
gst/nnstreamer/tensor_source/tensor_src_iio.c
gst/nnstreamer/tensor_source/tensor_src_iio.h
jni/Android-nnstreamer.mk
tests/meson.build
tests/nnstreamer_source/unittest_src_iio.cpp [new file with mode: 0644]