ohsewon / test

0 stars 0 forks source link

[ISSUE][CLOSED] [TensorMux] Better Way to handle tensors #316

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by jijoong-moon Monday Jul 23, 2018 at 01:16 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/316


Issue Description

Currently tensors is handled by GstMeta. However it is only works within MAXIMUM number of Meta (currently which is 16) and due to this reason there is limitation to use. It could be better to use multiple push to srcs (header -> data -> footer) and could be parsed at the Tensors Demuxer using GstAdapter Class. It is more stable and Looks like more standardized way in gstreamer area.

Expected Result