summaryrefslogtreecommitdiff
path: root/ext/spandsp/gstspanplc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spandsp/gstspanplc.c')
-rw-r--r--ext/spandsp/gstspanplc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spandsp/gstspanplc.c b/ext/spandsp/gstspanplc.c
index 73a2465b2..4924117ae 100644
--- a/ext/spandsp/gstspanplc.c
+++ b/ext/spandsp/gstspanplc.c
@@ -78,7 +78,7 @@ gst_span_plc_class_init (GstSpanPlcClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&sink_factory));
- gst_element_class_set_details_simple (gstelement_class, "SpanDSP PLC",
+ gst_element_class_set_metadata (gstelement_class, "SpanDSP PLC",
"Filter/Effect/Audio",
"Adds packet loss concealment to audio",
"Youness Alaoui <youness.alaoui@collabora.co.uk>");