GNOME Bugzilla – Bug 466221
Doesn't play "video/sp5x" videos
Last modified: 2007-08-14 14:30:17 UTC
FFMPEG supports it, and mplayer can play it. File attached, supporting it should be pretty straight-forward.
Created attachment 93567 [details] Img_002.avi Originally from: http://article.gmane.org/gmane.comp.video.xine.devel/17314
Fixed in cvs, the rank of that decoder for some reason was set to GST_RANK_NONE, which stopped decodebin/playbin from auto-plugging it. 2007-08-14 Edward Hervey <edward@fluendo.com> * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register): Don't set rank of sp5x video decoder to NONE. Fixes #466221 Re-order the cases of the switch statement so that the default case is last.