[Filter/Main] Caps Negotiations Implemented
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 7 Jun 2018 10:00:43 +0000 (19:00 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Thu, 14 Jun 2018 02:03:11 +0000 (11:03 +0900)
commitd8911cd4e67e7b705eea8f0175550d8c54a93ed6
tree2a1f7423bcfa2d3fd5b235abfb4eaed6fb2e7c50
parent8beaf428d3fff7c4cf6857445906ef4f94f5be42
[Filter/Main] Caps Negotiations Implemented

It appears that the simple test case of "videosrctest --> t_converter --> t_filter --> fakesink" works up to caps-negotiations & fixating caps.

Test Case:

gst-launch-1.0 -v --gst-debug=GST_CAPS:4 --gst-plugin-path=${PATH_TO_PLUGIN} videotestsrc num-buffers=1 ! video/x-raw,format=RGB,width=280,height=40,framerate=0/1 ! videoconvert ! video/x-raw, format=BGRx ! tensor_converter silent=FALSE ! tensor_filter debug=TRUE framework='tensorflow-lite' model='./nothing' input='4:280:40' inputtype='uint8' output='1' outputtype='uint8' ! filesink location="test.bgrx.log" sync=true

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