[Filter] null check & die grarefully if not configured.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 7 Nov 2018 09:49:38 +0000 (18:49 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 8 Nov 2018 02:45:53 +0000 (11:45 +0900)
commitb690ae0fe294f31ef3caa7d2b6b9c3f8f41ec17a
treeaf2a2ba02912a00c6361c6949034e362b6ff7152
parent90df1e935d008b368ae6626b11d9698529bebccb
[Filter] null check & die grarefully if not configured.

To support pipeviz, the 4th subissue of #700 is resolved.

- Check if framework is configured (null check) at gst_tensor_filter_load_tensor_info()
- Don't die, get out gracefully if it is not configured and the pipeline wants to starts though.

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