aboutsummaryrefslogtreecommitdiff
path: root/gst/patchdetect/gstpatchdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/patchdetect/gstpatchdetect.c')
-rw-r--r--gst/patchdetect/gstpatchdetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/patchdetect/gstpatchdetect.c b/gst/patchdetect/gstpatchdetect.c
index ff02a224..4a3f1deb 100644
--- a/gst/patchdetect/gstpatchdetect.c
+++ b/gst/patchdetect/gstpatchdetect.c
@@ -114,7 +114,7 @@ gst_patchdetect_base_init (gpointer g_class)
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_patchdetect_src_template));
- gst_element_class_set_details_simple (element_class, "Color Patch Detector",
+ gst_element_class_set_metadata (element_class, "Color Patch Detector",
"Video/Analysis", "Detects color patches from a color calibration chart",
"David Schleef <ds@entropywave.com>");
}