After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 372021 - flxdec has wrong classification
flxdec has wrong classification
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-07 14:33 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2006-11-08 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2006-11-07 14:33:30 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2006-11-08 12:04:11 UTC
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