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:
parent
42e31ee5ef
commit
55e9e3cb13
@ -248052,7 +248052,7 @@
|
||||
"GInitiallyUnowned",
|
||||
"GObject"
|
||||
],
|
||||
"klass": "TensorDecoder/Video",
|
||||
"klass": "Tensordecoder/Video",
|
||||
"pad-templates": {
|
||||
"sink": {
|
||||
"caps": "video/x-raw:\n",
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user