From 683df7a60dbce483415a0fddf7c5326ab19ac762 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Fri, 23 Nov 2018 14:27:03 +0900 Subject: [PATCH] Trivial Typo Fix We will be using typefind soon along with tensor_save/load. Signed-off-by: MyungJoo Ham --- gst/nnstreamer/tensor_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/nnstreamer/tensor_common.h b/gst/nnstreamer/tensor_common.h index 631caf3..5ea7530 100644 --- a/gst/nnstreamer/tensor_common.h +++ b/gst/nnstreamer/tensor_common.h @@ -400,7 +400,7 @@ extern void gst_tensors_typefind_function (GstTypeFind * tf, gpointer pdata); #define GST_TENSOR_TYPEFIND_REGISTER(plugin) do { \ gst_type_find_register (plugin, "other/tensorsave", \ GST_RANK_PRIMARY, gst_tensors_typefind_function, "tnsr", \ - gst_caps_new_simple ("other/tensorsave", NULL, NULL), NULL, NULL)); \ + gst_caps_new_simple ("other/tensorsave", NULL, NULL), NULL, NULL); \ } while (0) #define NNSTREAMER_PLUGIN_INIT(name) \ -- 2.7.4