tensordecoders: updating element classification

- `TensorDecoder` is clashing with media decoder which cause decodebin use it.
  Replacing with `Tensordecoder` to avoid clash

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8819>
This commit is contained in:
Daniel Morin 2025-04-10 15:44:54 -04:00 committed by GStreamer Marge Bot
parent 42e31ee5ef
commit 55e9e3cb13
2 changed files with 2 additions and 2 deletions

View File

@ -248052,7 +248052,7 @@
"GInitiallyUnowned",
"GObject"
],
"klass": "TensorDecoder/Video",
"klass": "Tensordecoder/Video",
"pad-templates": {
"sink": {
"caps": "video/x-raw:\n",

View File

@ -161,7 +161,7 @@ gst_ssd_object_detector_class_init (GstSsdObjectDetectorClass * klass)
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
gst_element_class_set_static_metadata (element_class, "objectdetector",
"TensorDecoder/Video",
"Tensordecoder/Video",
"Apply tensor output from inference to detect objects in video frames",
"Aaron Boxer <aaron.boxer@collabora.com>, Marcus Edel <marcus.edel@collabora.com>");
gst_element_class_add_pad_template (element_class,