summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pnm/gstpnmdec.c')
-rw-r--r--gst/pnm/gstpnmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/gstpnmdec.c b/gst/pnm/gstpnmdec.c
index ee43f5923..4802727bf 100644
--- a/gst/pnm/gstpnmdec.c
+++ b/gst/pnm/gstpnmdec.c
@@ -335,7 +335,7 @@ gst_pnmdec_class_init (GstPnmdecClass * klass)
gst_static_pad_template_get (&gst_pnmdec_sink_pad_template));
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_pnmdec_src_pad_template));
- gst_element_class_set_details_simple (element_class, "PNM image decoder",
+ gst_element_class_set_metadata (element_class, "PNM image decoder",
"Codec/Decoder/Image",
"Decodes images in portable pixmap/graymap/bitmap/anymamp (PNM) format",
"Lutz Mueller <lutz@users.sourceforge.net>");