From: MyungJoo Ham Date: Fri, 23 Nov 2018 05:27:03 +0000 (+0900) Subject: Trivial Typo Fix X-Git-Tag: v0.0.3~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=683df7a60dbce483415a0fddf7c5326ab19ac762;p=platform%2Fupstream%2Fnnstreamer.git Trivial Typo Fix We will be using typefind soon along with tensor_save/load. Signed-off-by: MyungJoo Ham --- 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) \