[util] Fix the signature of gst_tensor_buffer_get_nth_meory
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Tue, 13 Jun 2023 05:43:36 +0000 (14:43 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 13 Jun 2023 08:12:14 +0000 (17:12 +0900)
commitc1fd3addc11c9ef4aca1651a4b5b0a98f7de4e90
tree0a8f69fba2d6d7521abc6abaad160c803aeb77a0
parentbc2d2e7a912f492a0696a8c47f864f17a9075f90
[util] Fix the signature of gst_tensor_buffer_get_nth_meory

- Remove unused argument of GstTensorsInfo.
- Fix used lines.

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
gst/nnstreamer/include/nnstreamer_plugin_api.h
gst/nnstreamer/nnstreamer_plugin_api_impl.c
gst/nnstreamer/tensor_filter/tensor_filter.c
tests/nnstreamer_filter_tensorflow2_lite/unittest_filter_tensorflow2_lite.cc
tests/nnstreamer_sink/unittest_sink.cc