[Converter] GST Plugin Template Created
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Mar 2018 11:44:34 +0000 (20:44 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Mar 2018 11:44:34 +0000 (20:44 +0900)
commitd5dcfa7ef6d8b53ed0878972846e2fa58ae4fbe9
tree7d0a84d7372a77f2d1aa2d248cb74d7e1eed374e
parentb1ac04f5b44c7f243290ad1a85efb312bb7fcac0
[Converter] GST Plugin Template Created

An empty template for GST Plugin, "Convert2Tensor".

1. This is to draft & verify "other/tensor" GST type design.
2. Then, this will work as converter from media sources for NN filters.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
convert2tensor/CMakeLists.txt [new file with mode: 0644]
convert2tensor/README.md [new file with mode: 0644]
convert2tensor/convert2tensor.c [new file with mode: 0644]
convert2tensor/convert2tensor.h [new file with mode: 0644]