From 37bb98c9f996824400853645c0f8740ea578bf65 Mon Sep 17 00:00:00 2001 From: Jaeyun Date: Fri, 21 Sep 2018 20:09:51 +0900 Subject: [PATCH] [Demux/Split] update description 1. change the element classification string 2. remove unnecessary header 3. fix typo and duplicated tag Signed-off-by: Jaeyun Jung --- gst/tensor_demux/gsttensordemux.c | 6 ++---- gst/tensor_demux/gsttensordemux.h | 2 -- gst/tensor_split/gsttensorsplit.c | 7 ++----- gst/tensor_split/gsttensorsplit.h | 4 +--- 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/gst/tensor_demux/gsttensordemux.c b/gst/tensor_demux/gsttensordemux.c index ec311a5..a950e4e 100644 --- a/gst/tensor_demux/gsttensordemux.c +++ b/gst/tensor_demux/gsttensordemux.c @@ -19,8 +19,6 @@ * @file gsttensordemux.c * @date 03 July 2018 * @brief GStreamer plugin to demux tensors (as a filter for other general neural network filters) - * @bug No known bugs - * * @see https://github.com/nnsuite/nnstreamer * @see https://github.sec.samsung.net/STAR/nnstreamer * @author Jijoong Moon @@ -148,7 +146,7 @@ gst_tensor_demux_class_init (GstTensorDemuxClass * klass) gst_element_class_set_details_simple (gstelement_class, "TensorDemux", - "Demux other/tensors stream", + "Demuxer/Tensor", "Demux tensors stream to other/tensor stream", "Jijoong Moon "); } @@ -632,7 +630,7 @@ gst_tensor_demux_plugin_init (GstPlugin * tensordemux) } /** - * @brief gstreamer looks for this structure to register tensor_mux + * @brief gstreamer looks for this structure to register tensor_demux */ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, diff --git a/gst/tensor_demux/gsttensordemux.h b/gst/tensor_demux/gsttensordemux.h index 4018bfc..c225d1a 100644 --- a/gst/tensor_demux/gsttensordemux.h +++ b/gst/tensor_demux/gsttensordemux.h @@ -19,8 +19,6 @@ * @file gsttensordemux.h * @date 03 July 2018 * @brief GStreamer plugin to demux tensors (as a filter for other general neural network filters) - * @bug No known bugs - * * @see https://github.com/nnsuite/nnstreamer * @see https://github.sec.samsung.net/STAR/nnstreamer * @author Jijoong Moon diff --git a/gst/tensor_split/gsttensorsplit.c b/gst/tensor_split/gsttensorsplit.c index c31d683..261cc1b 100644 --- a/gst/tensor_split/gsttensorsplit.c +++ b/gst/tensor_split/gsttensorsplit.c @@ -19,9 +19,7 @@ * @file gsttensorsplit.c * @date 27 Aug 2018 * @brief GStreamer plugin to split tensor (as a filter for other general neural network filters) - * @bug No known bugs - * - * @see http://github.com/nnsuite/nnstreamer + * @see https://github.com/nnsuite/nnstreamer * @see https://github.sec.samsung.net/STAR/nnstreamer * @author Jijoong Moon * @bug No known bugs except for NYI items @@ -56,7 +54,6 @@ #include #include "gsttensorsplit.h" -#include #include GST_DEBUG_CATEGORY_STATIC (gst_tensor_split_debug); @@ -141,7 +138,7 @@ gst_tensor_split_class_init (GstTensorSplitClass * klass) gst_element_class_set_details_simple (gstelement_class, "TensorSplit", - "Split other/tensor stream", + "Demuxer/Tensor", "Split tensor stream to other/tensor stream", "Jijoong Moon "); } diff --git a/gst/tensor_split/gsttensorsplit.h b/gst/tensor_split/gsttensorsplit.h index d3e592d..0dcd39b 100644 --- a/gst/tensor_split/gsttensorsplit.h +++ b/gst/tensor_split/gsttensorsplit.h @@ -19,9 +19,7 @@ * @file gsttensorsplit.h * @date 27 Aug 2018 * @brief GStreamer plugin to split tensor (as a filter for other general neural network filters) - * @bug No known bugs - * - * @see http://github.com/nnsuite/nnstreamer + * @see https://github.com/nnsuite/nnstreamer * @see https://github.sec.samsung.net/STAR/nnstreamer * @author Jijoong Moon * @bug No known bugs except for NYI items -- 2.7.4