[TensorMux] Remove memcopy
authorjijoong.moon <jijoong.moon@samsung.com>
Fri, 13 Jul 2018 04:22:46 +0000 (13:22 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Mon, 16 Jul 2018 02:38:00 +0000 (11:38 +0900)
commita0c3b2e8a5e72a58e72c5acabeac3b8061b4f289
tree2bdb60b971d2dbc255d15d4d38552949f452c7cc
parent1c221a8f5f28f1aebd9ea1f15e1123cf543dad21
[TensorMux] Remove memcopy

No need to use memcopy to make tensors buffer. gst_buffer_get_memory
is used to extract the mem from in buffer and use it after increase
ref count.

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
gst/tensor_mux/gsttensormux.c