[Query] remove mqtt connection type enum
authorgichan <gichan2.jang@samsung.com>
Thu, 8 Dec 2022 06:35:08 +0000 (15:35 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 13 Dec 2022 02:57:53 +0000 (11:57 +0900)
Since the tensor query does not send data through the mqtt, remove unnecessary enum.

Signed-off-by: gichan <gichan2.jang@samsung.com>
gst/nnstreamer/tensor_query/tensor_query_common.c

index 7bd12d5..bacbf16 100644 (file)
@@ -36,8 +36,6 @@ gst_tensor_query_get_connect_type (void)
           "Directly sending stream frames via TCP connections."},
       {NNS_EDGE_CONNECT_TYPE_UDP, "UDP",
           "Directly sending stream frames via UDP connections."},
-      {NNS_EDGE_CONNECT_TYPE_MQTT, "MQTT",
-          "Connect and send stream frames with MQTT brokers."},
       {NNS_EDGE_CONNECT_TYPE_HYBRID, "HYBRID",
           "Connect with MQTT brokers and directly sending stream frames via TCP connections."},
       {0, NULL, NULL},