diff --git a/sys/dshowdecwrapper/gstdshowaudiodec.cpp b/sys/dshowdecwrapper/gstdshowaudiodec.cpp index 84f45277b1..011a5724be 100644 --- a/sys/dshowdecwrapper/gstdshowaudiodec.cpp +++ b/sys/dshowdecwrapper/gstdshowaudiodec.cpp @@ -318,7 +318,7 @@ gst_dshowaudiodec_base_init (gpointer klass) audiodec_class->entry = tmp; description = g_strdup_printf ("DirectShow %s Decoder Wrapper", - tmp->element_description); + tmp->element_longname); gst_element_class_set_details_simple (element_class, description, "Codec/Decoder/Audio", description, "Sebastien Moutte ");