diff options
Diffstat (limited to 'ext/opencv/gstmotioncells.c')
-rw-r--r-- | ext/opencv/gstmotioncells.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gstmotioncells.c b/ext/opencv/gstmotioncells.c index d58976028..efd53a3fa 100644 --- a/ext/opencv/gstmotioncells.c +++ b/ext/opencv/gstmotioncells.c @@ -304,7 +304,7 @@ gst_motion_cells_class_init (GstMotioncellsClass * klass) THICKNESS_MIN, THICKNESS_MAX, THICKNESS_DEF, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); - gst_element_class_set_details_simple (element_class, + gst_element_class_set_metadata (element_class, "motioncells", "Filter/Effect/Video", "Performs motion detection on videos and images, providing detected motion cells index via bus messages", |