[Common] Add other/tensors parsing rule.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 2 Apr 2019 10:06:40 +0000 (19:06 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 3 Apr 2019 04:18:15 +0000 (13:18 +0900)
commit090f35b316d55bef26714c184e1d6b02fd904da2
treeef54ddcd8fca5e0648a819b46c504aaf0f511ca7
parent33da85974fca2d72a901b25de268be61abef2661
[Common] Add other/tensors parsing rule.

dimensions and types are not deliminated by both '.' and ','.
It is to support GstCap (CapsFilter) with other/tensors string
expressions.

Note that ... ! other/tensors,types=float32,int32 !...
is not supported. We need to use . instead in such cases.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/nnstreamer/tensor_common.c