GNOME Bugzilla – Bug 372021
flxdec has wrong classification
Last modified: 2006-11-08 12:04:11 UTC
flxdec register itself under "Codec/Decoder/Audio" on the other hand it looks like a video decoder. and thus it should be "Codec/Decoder/Video" Then I wonder why it is called flxdec, 'x' because it decodes fli and flc? If so, the GST_ELEMENT_DETAILS and the GST_PLUGIN_DEFINE() should say "FLi/FLC video decoder" instead.
2006-11-08 Stefan Kost <ensonic@users.sf.net> * gst/flx/gstflxdec.c: (gst_flxdec_class_init): fix categorisation, make short desc more explicit, remove unused code Fixes #372021