From 87b56fbf86ca21f16f0a8d560c4cd7f940087707 Mon Sep 17 00:00:00 2001 From: Daniel Morin Date: Sun, 16 Feb 2025 20:00:31 -0500 Subject: [PATCH] tensordecoders: rename element - yolotensordecoder replaced with yolov8segtensordecoder --- .../gst-plugins-bad/gst/tensordecoders/gstyolotensordecoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst/tensordecoders/gstyolotensordecoder.c b/subprojects/gst-plugins-bad/gst/tensordecoders/gstyolotensordecoder.c index 5080ec1b6a..5282276286 100644 --- a/subprojects/gst-plugins-bad/gst/tensordecoders/gstyolotensordecoder.c +++ b/subprojects/gst-plugins-bad/gst/tensordecoders/gstyolotensordecoder.c @@ -69,7 +69,7 @@ GST_DEBUG_CATEGORY_STATIC (yolo_tensor_decoder_debug); #define GST_CAT_DEFAULT yolo_tensor_decoder_debug -GST_ELEMENT_REGISTER_DEFINE (yolo_tensor_decoder, "yolotensordecoder", +GST_ELEMENT_REGISTER_DEFINE (yolo_tensor_decoder, "yolov8segtensordecoder", GST_RANK_PRIMARY, GST_TYPE_YOLO_TENSOR_DECODER); /* GstYoloTensorDecoder properties, see properties description in