[Filter] Support pipeline stop and go.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 30 Nov 2018 02:28:42 +0000 (11:28 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 30 Nov 2018 06:49:55 +0000 (15:49 +0900)
commitd7276551305827bbfcaf11a34ebfbeea81ff7c30
tree70303c39ffeae0d64e30a55b08e3d06f4c569f9d
parenta13fe3ce87bdb7372a9ed8f97df44956203a93fe
[Filter] Support pipeline stop and go.

Pipeline Stop does not always mean pipeline close.
A pipeline may be paused and resumed (stop and start).
Thus, do not clean up internal data structure for stop.

Instead just notify the plugins of the events with
callbacks.

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