[Convert/Decode] support text type (text/x-raw)
authorjy1210.jung <jy1210.jung@samsung.com>
Fri, 24 Aug 2018 05:01:17 +0000 (14:01 +0900)
committer정재윤/언어이해Lab(SR)/Staff Engineer/삼성전자 <jy1210.jung@samsung.com>
Mon, 27 Aug 2018 05:29:46 +0000 (14:29 +0900)
commitea7195e8b0409b63047765b3c9feeed8bf0b2def
treed30bd749e4e07ca9e001bd2f10e6fdc8e3e2f045
parent4c9e51212a7cb1fdc91bf9aaa6fd4a9edd8fba60
[Convert/Decode] support text type (text/x-raw)

1. add code to support string (text/x-raw,format=utf8)
2. update transform buffer size (passes received size)
3. change code to get raw caps from string
4. add simple stream test using tensor sink

related issue : #305

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
CMakeLists.txt
common/tensor_common.c
gst/tensor_converter/tensor_converter.c
gst/tensor_decoder/tensordec.c
include/tensor_common.h
tests/nnstreamer_sink/unittest_sink.cpp