[Tensor Transform] Fix unsupported orc type cast
authorgichan-jang <gichan2.jang@samsung.com>
Tue, 20 Oct 2020 09:30:52 +0000 (18:30 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 22 Oct 2020 10:49:41 +0000 (19:49 +0900)
commite5c63a046949e73faac6a8035168c4159525d7a7
tree88d8acb4768e04e72d62d0f2873ac69cdff46555
parent205ea574ca37494fd83fbe1cbdd39436dc3eea50
[Tensor Transform] Fix unsupported orc type cast

Orc does not support 64bit integer typecast.
A problem occurs when the pipeline is launched with orc option,
  and then the option is changed using set_property to convert type int64 or uint64.
So disables the orc if the int64 or uint64 typecast is required.

Signed-off-by: gichan-jang <gichan2.jang@samsung.com>
gst/nnstreamer/tensor_transform/tensor_transform.c