summaryrefslogtreecommitdiff
path: root/gst/debugutils/gstchopmydata.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/gstchopmydata.c')
-rw-r--r--gst/debugutils/gstchopmydata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debugutils/gstchopmydata.c b/gst/debugutils/gstchopmydata.c
index 20227dbe8..d91c40821 100644
--- a/gst/debugutils/gstchopmydata.c
+++ b/gst/debugutils/gstchopmydata.c
@@ -126,7 +126,7 @@ gst_chop_my_data_class_init (GstChopMyDataClass * klass)
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_chop_my_data_sink_template));
- gst_element_class_set_details_simple (element_class, "FIXME",
+ gst_element_class_set_metadata (element_class, "FIXME",
"Generic", "FIXME", "David Schleef <ds@schleef.org>");
}