mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
tensordecoder: Correct Klass, for ssd TD
Tensor decoder need a specific klass to be able to auto-plug them Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7698>
This commit is contained in:
parent
2ae846a77a
commit
db78446576
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ gst_ssd_object_detector_class_init (GstSsdObjectDetectorClass * klass)
|
||||||
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
|
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (element_class, "objectdetector",
|
gst_element_class_set_static_metadata (element_class, "objectdetector",
|
||||||
"Filter/Effect/Video",
|
"TensorDecoder/Video",
|
||||||
"Apply tensor output from inference to detect objects in video frames",
|
"Apply tensor output from inference to detect objects in video frames",
|
||||||
"Aaron Boxer <aaron.boxer@collabora.com>, Marcus Edel <marcus.edel@collabora.com>");
|
"Aaron Boxer <aaron.boxer@collabora.com>, Marcus Edel <marcus.edel@collabora.com>");
|
||||||
gst_element_class_add_pad_template (element_class,
|
gst_element_class_add_pad_template (element_class,
|
||||||
|
|
Loading…
Reference in a new issue