[Common] Remove unnecessary init function call
authorSangjung Woo <sangjung.woo@samsung.com>
Fri, 8 Mar 2019 06:23:25 +0000 (15:23 +0900)
committerwooksong <wook16.song@samsung.com>
Mon, 11 Mar 2019 01:56:08 +0000 (10:56 +0900)
commitdc16df84fa5aefc4ae4ef79cc7dbd6004ccab37d
treeff69a5214dc35e868abd42e51efdf23830ec1219
parentebc015466365e862be7268eb46169b80ed88c14e
[Common] Remove unnecessary init function call

This patch removes the unnecessary gst_tensor_config_init() function call
since init function of each type (i.g. gst_tensor_config_from_[TYPE]_info())
calls gst_tensor_config_init() internally.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
gst/nnstreamer/tensor_common.c