[Transform/Arithmetic] Handle invalid option using regex
authorWook Song <wook16.song@samsung.com>
Tue, 12 Feb 2019 10:14:09 +0000 (19:14 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 15 Feb 2019 06:20:04 +0000 (15:20 +0900)
commitc4024b8eab4c9d215c2e2e6030e44d78c891db16
tree60733fc18ee55247f326cf56353dfdb363642d19
parentc6c05431105c127ea3ea60d8c34d46dfd278e15f
[Transform/Arithmetic] Handle invalid option using regex

This patch add handling for the invalid option string using a regex.
Before the application pipeline starts, it verifies the option string
first, and then terminates the pipeline when the option string is
invalid.

Signed-off-by: Wook Song <wook16.song@samsung.com>
gst/nnstreamer/tensor_transform/tensor_transform.c