Trivial Typo Fix
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 23 Nov 2018 05:27:03 +0000 (14:27 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 23 Nov 2018 06:30:57 +0000 (15:30 +0900)
We will be using typefind soon along with tensor_save/load.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/nnstreamer/tensor_common.h

index 631caf3..5ea7530 100644 (file)
@@ -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)   \